Fixed for retail
This commit is contained in:
parent
50f2fc7b22
commit
c6d18c2d41
1 changed files with 9 additions and 11 deletions
|
@ -110,16 +110,15 @@ local function setAllBinds()
|
||||||
end
|
end
|
||||||
|
|
||||||
local function enableBars()
|
local function enableBars()
|
||||||
SetActionBarToggles(1, 1, 1, 1, 1);
|
SetActionBarToggles(1, 1, 1, 1);
|
||||||
SHOW_MULTI_ACTIONBAR_1 = 1 --Bottom Left Bar
|
SHOW_MULTI_ACTIONBAR_1 = 1 --Bottom Left Bar
|
||||||
SHOW_MULTI_ACTIONBAR_2 = 1 --Bottom Right Bar
|
SHOW_MULTI_ACTIONBAR_2 = 1 --Bottom Right Bar
|
||||||
SHOW_MULTI_ACTIONBAR_3 = 1 --Right Bar
|
SHOW_MULTI_ACTIONBAR_3 = 1 --Right Bar
|
||||||
SHOW_MULTI_ACTIONBAR_4 = 1 --Right Bar 2
|
SHOW_MULTI_ACTIONBAR_4 = 1 --Right Bar 2
|
||||||
MultiActionBar_Update();
|
MultiActionBar_Update();
|
||||||
InterfaceOptions_UpdateMultiActionBars();
|
|
||||||
SetCVar("alwaysShowActionBars", 1);
|
SetCVar("alwaysShowActionBars", 1);
|
||||||
SetCVar("lockActionBars", 1);
|
SetCVar("lockActionBars", 1);
|
||||||
SetCVar("countdownForCooldowns", 1 );
|
SetCVar("countdownForCooldowns", 1);
|
||||||
end
|
end
|
||||||
|
|
||||||
local function BindsHandler(msg, editbox)
|
local function BindsHandler(msg, editbox)
|
||||||
|
@ -134,7 +133,6 @@ local function BindsHandler(msg, editbox)
|
||||||
setAllBinds()
|
setAllBinds()
|
||||||
enableBars()
|
enableBars()
|
||||||
SaveBindings(1)
|
SaveBindings(1)
|
||||||
ReloadUI()
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue