Skip to content

Commit

Permalink
fix: make sure previous configured setting is used
Browse files Browse the repository at this point in the history
  • Loading branch information
nulian committed May 6, 2024
1 parent 18f4176 commit 01d30f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Outfitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4761,7 +4761,7 @@ function Outfitter:Initialize()
end

if not self.Settings.Options.MinimapButton then
self.Settings.Options.MinimapButton = {}
self.Settings.Options.MinimapButton = { hide = self.Settings.Options.HideMinimapButton}
end

Outfitter.LDB:CreateIcon(self.Settings.Options.MinimapButton)
Expand Down
2 changes: 1 addition & 1 deletion Outfitter.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100206
## Author: John Stephen
## Title: Outfitter
## Version: 10.2.6.1
## Version: 10.2.6.2
## Notes: Clothing and weapon management and automated equipment changes
## OptionalDeps:
## RequiredDeps:
Expand Down

0 comments on commit 01d30f7

Please sign in to comment.