From dbee4a68aa6c7e3adbbfd1e1456d03f9d0fd3e17 Mon Sep 17 00:00:00 2001 From: Gerrit Alex Date: Fri, 4 Sep 2026 00:17:27 +0200 Subject: [PATCH] prioritize spotlights frames above other addons due to their nature --- LibGetFrame-1.0.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGetFrame-1.0.lua b/LibGetFrame-1.0.lua index fe424fd..ecf6922 100644 --- a/LibGetFrame-1.0.lua +++ b/LibGetFrame-1.0.lua @@ -18,6 +18,7 @@ local tinsert, CopyTable, wipe = tinsert, CopyTable, wipe local maxDepth = 50 local defaultFramePriorities = { + "^SpotlightsSlotHeader%d+UnitButton%d+$", -- Spotlights -- raid frames "^Vd1", -- vuhdo "^Vd2", -- vuhdo @@ -63,7 +64,6 @@ local defaultFramePriorities = { "^DandersFrames_Player$", -- Danders (used for party frames) "^ERFPartyHeaderUnitButton%d+$", -- EllesmereUI "^ERFPartySelfButton$", -- EllesmereUI (static self frame) - "^SpotlightsSlotHeader%d+UnitButton%d+$", -- Spotlights "^CompactRaid", -- blizz "^CompactParty", -- blizz "^PartyFrame",