From 7c1ce0e7fcf79cccad0b1df3dadd25746fcd3ad2 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 15 Feb 2013 05:27:08 +0100 Subject: [PATCH] Details should refer to the right settings on load --- Config.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Config.lua b/Config.lua index 798d6aa..a2738f2 100644 --- a/Config.lua +++ b/Config.lua @@ -180,7 +180,12 @@ Panel:SetScript('OnShow', function(self) UIDropDownMenu_AddButton(info) end) Modifier:SetPoint('TOPLEFT', Reverse, 'BOTTOMLEFT', -13, -14) - Modifier.Text:SetText('Modifier to temporarly disable automation') + + if(MonomythDB.reverse) then + Modifier.Text:SetText('Modifier to temporarly enable automation') + else + Modifier.Text:SetText('Modifier to temporarly disable automation') + end Reverse:HookScript('OnClick', function(self) if(self:GetChecked()) then -- 1.7.9.5