Skip to content

Commit

Permalink
fix for issue Boboseb#5 - flyouts don't turn on/off when the user tur…
Browse files Browse the repository at this point in the history
…ns its action bar on/off
  • Loading branch information
ScottIngram committed Apr 4, 2023
1 parent bd1abc7 commit b11264f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FloFlyout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ function FloFlyout_OnLoad(self)
self:RegisterEvent("UPDATE_BINDINGS")
self:RegisterEvent("ACTIONBAR_SLOT_CHANGED")

EventRegistry:RegisterCallback("ActionBarShownSettingUpdated", function() FloFlyout:ApplyConfig() end , FloFlyout);

_classicUI = _G["ClassicUI"]
if _classicUI then
DEFAULT_CHAT_FRAME:AddMessage( NAME.." : |cffd78900ClassicUI v".._classicUI.VERSION.."|r detected." )
Expand Down

0 comments on commit b11264f

Please sign in to comment.