跟随版本 0.8.19

This commit is contained in:
rucky
2026-03-24 15:56:28 +08:00
parent 40d37dc8c4
commit c0f1ecc713
19 changed files with 2227 additions and 259 deletions

View File

@@ -241,6 +241,13 @@ local function StylePetButton(b)
ab:SetPoint("BOTTOMRIGHT", b, "BOTTOMRIGHT", 4, -4)
end
local hotkey = _G[b:GetName() .. "HotKey"]
if hotkey then
hotkey:SetFont(SFrames:GetFont(), 9, "OUTLINE")
hotkey:ClearAllPoints()
hotkey:SetPoint("TOPRIGHT", b, "TOPRIGHT", -2, -2)
end
local floatingBG = _G[b:GetName() .. "FloatingBG"]
if floatingBG then floatingBG:SetAlpha(0) end
end