diff --git a/modules/thirdparty-vanilla.lua b/modules/thirdparty-vanilla.lua index 699d072c..4b71e09f 100644 --- a/modules/thirdparty-vanilla.lua +++ b/modules/thirdparty-vanilla.lua @@ -790,6 +790,9 @@ pfUI:RegisterModule("thirdparty-vanilla", "vanilla", function() if C.thirdparty.supermacro.enable == "0" then return end if not pfUI.bars then return end + -- skin game menu button + SkinButton(GameMenuButtonSuperMacro) + -- hook events to include SuperMacro refreshs local ButtonFullUpdate = pfUI.bars.ButtonFullUpdate pfUI.bars.ButtonFullUpdate = function(button)