From 5e2d1688a5579b58ceb50d4b30832107d8e114a0 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 2 Mar 2014 13:55:40 +0400 Subject: [PATCH] woops 3 --- ElvUI_SLE/modules/characterframe/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/characterframe/options.lua b/ElvUI_SLE/modules/characterframe/options.lua index 5811884..97bcc0a 100755 --- a/ElvUI_SLE/modules/characterframe/options.lua +++ b/ElvUI_SLE/modules/characterframe/options.lua @@ -65,7 +65,7 @@ local function configTable() ['SPACE'] = 'Space', ['CUSTOM'] = L["Custom"], }, - get = function() return E.db.sle.characterframeoptions.image.dropdown ~= "CUSTOM" end, + get = function() return E.db.sle.characterframeoptions.image.dropdown end, set = function(_, value) E.db.sle.characterframeoptions.image.dropdown = value; CFO:ArmoryFrame_DataSetting(); end, -- 1.7.9.5