Bugfixes: Removed retail API calls, ran linting script and static analysis.

This commit is contained in:
Bluewhale1337
2026-07-25 00:42:46 +02:00
parent 390067cdbd
commit c51cfa3f73
15 changed files with 65 additions and 28 deletions
+4 -2
View File
@@ -27,7 +27,9 @@ local function LoadSkin()
}
for i = 1, getn(skins) do
E:SetTemplate(_G[skins[i]], "Transparent")
if _G[skins[i]] then
E:SetTemplate(_G[skins[i]], "Transparent")
end
end
-- ChatMenus
@@ -188,7 +190,7 @@ local function LoadSkin()
for i = 1, getn(BlizzardHeader) do
local title = _G[BlizzardHeader[i].."Header"]
if title then
if title and title.SetTexture then
title:SetTexture("")
title:ClearAllPoints()
if title == _G["GameMenuFrameHeader"] then