From a2568fd7e57992313ee35ea6dcc86c75df0c90fc Mon Sep 17 00:00:00 2001 From: Hekili Date: Tue, 29 Oct 2024 09:06:45 -1000 Subject: [PATCH] Fix [FEATURE] The highlight feature does not work correctly when using NDui's action bars. #4096 --- Libs/SpellFlashCore/SpellFlashCore.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libs/SpellFlashCore/SpellFlashCore.lua b/Libs/SpellFlashCore/SpellFlashCore.lua index a555acefa..a5954efea 100644 --- a/Libs/SpellFlashCore/SpellFlashCore.lua +++ b/Libs/SpellFlashCore/SpellFlashCore.lua @@ -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