blizzard theme ui

This commit is contained in:
Vati
2026-02-27 04:11:46 +04:00
parent b07ea69994
commit 8e73db855d
14 changed files with 548 additions and 113 deletions
+6
View File
@@ -73,6 +73,12 @@ end
-- Update border visibility
function MailboxFrame:UpdateBorderVisibility()
-- Use Theme module if available
if addon.Modules and addon.Modules.Theme then
addon.Modules.Theme:ApplyToFrame(Guda_MailboxFrame)
return
end
local hideBorders = addon.Modules.DB:GetSetting("hideBorders")
if hideBorders then
Guda:ApplyBackdrop(Guda_MailboxFrame, "MINIMALIST_BORDER", "DEFAULT")