blizzard theme ui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user