Fixed for retail
This commit is contained in:
		
							parent
							
								
									50f2fc7b22
								
							
						
					
					
						commit
						c6d18c2d41
					
				
					 1 changed files with 9 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -110,13 +110,12 @@ local function setAllBinds()
 | 
			
		|||
end
 | 
			
		||||
 | 
			
		||||
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_2 = 1 --Bottom Right Bar
 | 
			
		||||
    SHOW_MULTI_ACTIONBAR_3 = 1 --Right Bar
 | 
			
		||||
    SHOW_MULTI_ACTIONBAR_4 = 1 --Right Bar 2
 | 
			
		||||
    MultiActionBar_Update();
 | 
			
		||||
        InterfaceOptions_UpdateMultiActionBars();
 | 
			
		||||
    SetCVar("alwaysShowActionBars", 1);
 | 
			
		||||
    SetCVar("lockActionBars", 1);
 | 
			
		||||
    SetCVar("countdownForCooldowns", 1);
 | 
			
		||||
| 
						 | 
				
			
			@ -134,7 +133,6 @@ local function BindsHandler(msg, editbox)
 | 
			
		|||
        setAllBinds()
 | 
			
		||||
        enableBars()
 | 
			
		||||
        SaveBindings(1)
 | 
			
		||||
        ReloadUI()
 | 
			
		||||
        return
 | 
			
		||||
    end
 | 
			
		||||
end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue