mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-25 00:56:02 +00:00
turtle-wow: only adjust game menu size if needed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user