* "Hide Party" should now work after a reloadui, thanks Shadowed
James Whitehead II [01-30-08 - 08:24]
* "Hide Party" should now work after a reloadui, thanks Shadowed
diff --git a/PerfectRaid_Config.lua b/PerfectRaid_Config.lua
index d9b6b48..eb598e4 100644
--- a/PerfectRaid_Config.lua
+++ b/PerfectRaid_Config.lua
@@ -39,6 +39,8 @@ function Config:Initialize()
end
function Config:Enable()
+ -- Toggle party visibility
+ self:PartyVisibility()
end
local options
@@ -109,9 +111,6 @@ function Config:CreateOptions(opt)
widget:SetPoint("TOPLEFT", options.widgets[idx - 1], "BOTTOMLEFT", 0, -15)
end
end
-
- -- Toggle party visibility
- self:PartyVisibility()
end
function Config:PartyVisibility()