Keep party frames hidden when raid cluster is collapsed
This commit is contained in:
@@ -41,7 +41,7 @@ module.enable = function(self)
|
||||
end
|
||||
|
||||
local function UpdatePartyFrames()
|
||||
local active = raid:IsShown() and raid.cluster and raid.cluster:IsShown()
|
||||
local active = raid:IsShown()
|
||||
SetPartyFramesHidden(active and true or false)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user