From e15231056c62a632028fea597d9185e9609f771b Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 2 Nov 2012 19:25:06 +0400 Subject: [PATCH] Change position option to ba able to hide combat icon --- ElvUI_SLE/modules/unitframes/options.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ElvUI_SLE/modules/unitframes/options.lua b/ElvUI_SLE/modules/unitframes/options.lua index cc34c2b..c2f2fdb 100644 --- a/ElvUI_SLE/modules/unitframes/options.lua +++ b/ElvUI_SLE/modules/unitframes/options.lua @@ -12,6 +12,7 @@ local positionValues = { CENTER = 'CENTER', TOP = 'TOP', BOTTOM = 'BOTTOM', + NONE = L['Hide'] }; E.Options.args.sle.args.unitframes = { @@ -35,14 +36,6 @@ E.Options.args.sle.args.unitframes = { name = L["Player Frame Indicators"], guiInline = true, args = { - combatico = { - order = 5, - type = "toggle", - name = L["Combat Icon"], - desc = L["Show/Hide combat icon on player frame."], - get = function(info) return E.db.sle.combatico.enable end, - set = function(info, value) E.db.sle.combatico.enable = value; end, - }, combaticopos = { order = 6, type = "select", -- 1.7.9.5