Skip to content

Commit

Permalink
Revert ldbi refresh change
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Jul 26, 2024
1 parent afd7ffe commit 8eac00d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local function build()
local config = addon.db.minimap
config.hide = not value
addon:setDB("minimap", config)
ldbi:Refresh(addonName, addon.db)
ldbi:Refresh(addonName)
end,
},
showInAddonCompartment = {
Expand All @@ -45,7 +45,6 @@ local function build()
else
ldbi:RemoveButtonFromCompartment(addonName)
end
ldbi:Refresh(addonName, addon.db)
end
},
disableUsageText = buildCheckbox("disableUsageText", 2),
Expand Down

0 comments on commit 8eac00d

Please sign in to comment.