Quantcast

w/e

Darthpred [06-19-15 - 13:03]
w/e
Filename
CHANGELOG.txt
ElvUI_SLE/core/install.lua
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ca10945..76732ac 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -5,6 +5,7 @@ Additions:
 - New options to control visibility of quest log in sertain areas. It can be full, minimized or hidden.
 - New option for UI Buttons to show/hide backdrop on the main menu panel.
 - New option for consolidated buffs bar. You will be able to show a small classcolored indication on the icons of buffs your class can provide. This option applies to the character.
+- New option for Armory to hide warning icons on slots without ench/gems
 Changes:
 - Changed the way UI Buttons are operating. Transition will result in next options returning to default values: mover position, horizontal/vertical orientation, custom roll limits, quick actions states for dropdown mode.
 - Tooltips for Consolidated Buffs bar are back.
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 33ea7e7..f4e3876 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -439,6 +439,7 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
 		E.db["sle"]["media"]["screensaver"]["crest"] = 150

 		E.db["sle"]["Armory"]["Character"]["Enchant"]["FontSize"] = 12
+		E.db["sle"]["Armory"]["Character"]["MissingIcon"] = false
 		E.db["sle"]["Armory"]["Character"]["Durability"]["Display"] = "DamagedOnly"
 		E.db["sle"]["Armory"]["Character"]["Durability"]["FontSize"] = 12
 		E.db["sle"]["Armory"]["Character"]["Level"]["FontSize"] = 12
@@ -451,6 +452,7 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
 		}

 		E.db["sle"]["Armory"]["Inspect"]["Gem"]["SocketSize"] = 12
+		E.db["sle"]["Armory"]["Inspect"]["MissingIcon"] = false
 		E.db["sle"]["Armory"]["Inspect"]["Level"]["FontSize"] = 12
 		E.db["sle"]["Armory"]["Inspect"]["Backdrop"]["SelectedBG"] = "Castle"
 		E.db["sle"]["Armory"]["Inspect"]["Enchant"]["FontSize"] = 12