Skip to content

Commit

Permalink
fire event on SetUseOverrideUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Jan 28, 2024
1 parent 6783402 commit 577f7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dominos/Dominos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ end
-- override ui
function Addon:SetUseOverrideUI(enable)
self.db.profile.useOverrideUI = enable and true
self.callbacks:Fire("USE_OVERRRIDE_UI_CHANGED", self:UsingOverrideUI())
self:UpdateUseOverrideUI()
end

Expand Down

0 comments on commit 577f7b5

Please sign in to comment.