From 05bcd263f4b75bfffcc7f4a7024fff324820b90b Mon Sep 17 00:00:00 2001 From: shagu Date: Thu, 15 Jun 2023 09:38:04 +0200 Subject: [PATCH] thirdparty: skin supermacro game menu button --- modules/thirdparty-vanilla.lua | 3 +++ 1 file changed, 3 insertions(+) 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)