turtle-wow: only adjust game menu size if needed

This commit is contained in:
shagu
2025-04-07 09:22:48 +02:00
parent aaa3a584aa
commit 341d7ccb40
+1 -1
View File
@@ -62,7 +62,7 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function ()
this:Hide()
-- correct positions of new game menu layout
if GameMenuButtonShop then
if GameMenuButtonShop and (GameMenuButtonPFUI or GameMenuButtonPFUIAddOns) then
-- calculate new offset for the shop button
local offset = 0
local offset = GameMenuButtonPFUI and offset + 22 or offset