Skip to content

Commit

Permalink
Fix [FEATURE] The highlight feature does not work correctly when usin…
Browse files Browse the repository at this point in the history
…g NDui's action bars. #4096
  • Loading branch information
Hekili committed Oct 29, 2024
1 parent 903d7a0 commit a2568fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libs/SpellFlashCore/SpellFlashCore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ local function RegisterFrames()
local LAB = {
original = LibStub:GetLibrary("LibActionButton-1.0", true),
elvui = LibStub:GetLibrary("LibActionButton-1.0-ElvUI", true),
NDui = LibStub:GetLibrary("LibActionButton-1.0-NDui", true),
UI = LibStub:GetLibrary("LibActionButton-1.0-UI", true)
}

for _, lib in pairs(LAB) do
Expand Down

0 comments on commit a2568fd

Please sign in to comment.