mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
fix #51
This commit is contained in:
@@ -529,6 +529,8 @@ function AB:Initialize()
|
||||
|
||||
self:SecureHook("PetActionBar_Update", "UpdatePet")
|
||||
|
||||
LOCK_ACTIONBAR = (self.db.lockActionBars == true and "1" or "0")
|
||||
|
||||
function _G.ActionButton_OnUpdate(elapsed)
|
||||
if not this.updateTooltip then return end
|
||||
|
||||
|
||||
@@ -80,6 +80,7 @@ local function BuildABConfig()
|
||||
E.db.actionbar[ info[getn(info)] ] = value
|
||||
AB:UpdateButtonSettings()
|
||||
LOCK_ACTIONBAR = (value == true and 1 or 0)
|
||||
E:StaticPopup_Show("CONFIG_RL")
|
||||
end
|
||||
},
|
||||
movementModifier = {
|
||||
|
||||
Reference in New Issue
Block a user