3 Commits

Author SHA1 Message Date
Dusk-92 d7bd5719be Tighten minimap stats overlap 2026-09-08 11:34:39 +02:00
Dusk-92 3265066595 Tighten minimap stats spacing further 2026-09-08 11:32:14 +02:00
Dusk-92 413e2ef525 Tighten minimap stats spacing to 1px 2026-09-08 11:29:59 +02:00
+1 -1
View File
@@ -41,7 +41,7 @@ module.enable = function(self)
end
local function UpdatePartyFrames()
local active = raid:IsShown()
local active = raid:IsShown() and raid.cluster and raid.cluster:IsShown()
SetPartyFramesHidden(active and true or false)
end