Add Instance button font options and increase padding; store CoA settings account-wide via E.global

This commit is contained in:
2026-07-13 18:27:51 +02:00
parent d5b67920a6
commit d769cebbbe
3 changed files with 63 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ end
local function UpdateSize(button)
button = button or _G[BUTTON_NAME]
if button then
local size = E.db.CoA.extraActionButtonSize or 52
local size = E.global.CoA.extraActionButtonSize or 52
button:SetSize(size, size)
end
end