From d7c1481b7863cfebc3cd490ea046dbdca8acf9e3 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 3 Mar 2014 06:25:38 +0400 Subject: [PATCH] get function for custom texture --- ElvUI_SLE/modules/characterframe/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_SLE/modules/characterframe/options.lua b/ElvUI_SLE/modules/characterframe/options.lua index e20714c..a52a714 100755 --- a/ElvUI_SLE/modules/characterframe/options.lua +++ b/ElvUI_SLE/modules/characterframe/options.lua @@ -80,6 +80,7 @@ local function configTable() name = L["Texture"], desc = L["Set the texture to use in this frame. Requirements are the same as the chat textures."], disabled = function() return E.db.sle.characterframeoptions.image.dropdown ~= "CUSTOM" or not E.db.sle.characterframeoptions.showimage end, + get = function() return E.db.sle.characterframeoptions.image.custom end, set = function(info, value) E.db.sle.characterframeoptions.image.custom = value; CFO:ArmoryFrame_DataSetting(); -- 1.7.9.5