Skip to content

Commit

Permalink
turtle-wow: only change position if skin is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Oct 31, 2024
1 parent 3958fb4 commit 69f28b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/turtle-wow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function ()

-- rearrange twow's profession window additions
HookAddonOrVariable("Blizzard_TradeSkillUI", function()
if TradeSkillSkillCheckButton then
if TradeSkillSkillCheckButton and pfUI_config["disabled"]["skin_Profession"] ~= "1" then
TradeSkillSkillCheckButton:SetPoint("TOPLEFT", 500, -2)
TradeSkillMatsCheckButton:SetPoint("TOPLEFT", 400, -2)
TradeSkillSearchBox:SetPoint("TOPLEFT", 20, -520)
Expand Down

0 comments on commit 69f28b0

Please sign in to comment.