From 341d7ccb40e8ca796ffec5beccd46b82e8045600 Mon Sep 17 00:00:00 2001 From: shagu Date: Mon, 7 Apr 2025 09:22:48 +0200 Subject: [PATCH] turtle-wow: only adjust game menu size if needed --- modules/turtle-wow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/turtle-wow.lua b/modules/turtle-wow.lua index 3fa43a61..51d3ccee 100644 --- a/modules/turtle-wow.lua +++ b/modules/turtle-wow.lua @@ -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