Quantcast

Slight update for repooc install

Repooc [03-10-13 - 12:51]
Slight update for repooc install
Filename
ElvUI_SLE/modules/install/install.lua
diff --git a/ElvUI_SLE/modules/install/install.lua b/ElvUI_SLE/modules/install/install.lua
index 1d10e50..dd7002a 100644
--- a/ElvUI_SLE/modules/install/install.lua
+++ b/ElvUI_SLE/modules/install/install.lua
@@ -1652,7 +1652,7 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
 	E.db.unitframe.units.party.width = 80
 	E.db.unitframe.units.party.height = 45
 	E.db.unitframe.units.party.groupBy = "GROUP"
-	E.db.unitframe.units.party.showSolo = true
+	E.db.unitframe.units.party.visibility = "[@raid6,exists] hide;show"

 	if not E.db.unitframe.units.raid10.customTexts then
 		E.db.unitframe.units.raid10.customTexts = {};