This commit is contained in:
Crum
2018-11-09 22:20:13 -06:00
parent 7f29cfc6bb
commit d97fbf923e
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -529,6 +529,8 @@ function AB:Initialize()
self:SecureHook("PetActionBar_Update", "UpdatePet") self:SecureHook("PetActionBar_Update", "UpdatePet")
LOCK_ACTIONBAR = (self.db.lockActionBars == true and "1" or "0")
function _G.ActionButton_OnUpdate(elapsed) function _G.ActionButton_OnUpdate(elapsed)
if not this.updateTooltip then return end if not this.updateTooltip then return end
+1
View File
@@ -80,6 +80,7 @@ local function BuildABConfig()
E.db.actionbar[ info[getn(info)] ] = value E.db.actionbar[ info[getn(info)] ] = value
AB:UpdateButtonSettings() AB:UpdateButtonSettings()
LOCK_ACTIONBAR = (value == true and 1 or 0) LOCK_ACTIONBAR = (value == true and 1 or 0)
E:StaticPopup_Show("CONFIG_RL")
end end
}, },
movementModifier = { movementModifier = {