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
@@ -1886,6 +1886,12 @@ function BankFrame:UpdateBorderVisibility()
local frame = getglobal("Guda_BankFrame")
if not frame then return end
-- Use Theme module if available
if addon.Modules.Theme then
addon.Modules.Theme:ApplyToFrame(frame)
return
end
local hideBorders = addon.Modules.DB:GetSetting("hideBorders")
if hideBorders == nil then
hideBorders = false