Quantcast

tweaks for options

Darthpred [10-22-14 - 21:28]
tweaks for options
Filename
ElvUI_SLE/options/media_c.lua
diff --git a/ElvUI_SLE/options/media_c.lua b/ElvUI_SLE/options/media_c.lua
index b66eb98..c30a105 100644
--- a/ElvUI_SLE/options/media_c.lua
+++ b/ElvUI_SLE/options/media_c.lua
@@ -259,7 +259,7 @@ local function configTable()
 						type = "toggle",
 						name = L["Enable"],
 						get = function(info) return E.db.sle.media.screensaver.enable end,
-						set = function(info, value) E.db.sle.media.screensaver.enable = value; S:Reg(true) end,
+						set = function(info, value) E.db.sle.media.screensaver.enable = value; S:Reg(true); S:UpdateConfig() end,
 					},
 					fonts = {
 						type = "group",