From 78f3ff9b546135b80cfa07a575a8c815cf0788c8 Mon Sep 17 00:00:00 2001
From: Jagusti <521096+Jagusti@users.noreply.github.com>
Date: Sun, 14 Aug 2022 19:45:57 +0100
Subject: [PATCH] Make GM Toolbox v10 compatible
---
scripts/macros/macro-toolbox.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/macros/macro-toolbox.js b/scripts/macros/macro-toolbox.js
index dc64cc4..708caf4 100644
--- a/scripts/macros/macro-toolbox.js
+++ b/scripts/macros/macro-toolbox.js
@@ -27,7 +27,7 @@
: game.i18n.localize(game.gmtoolkit.utility.strip(name, "GMTOOLKIT.Macro", "."))
buttons[name] = {
label: label,
- icon: ``,
+ icon: ``,
callback: () => {
game.macros.getName(name).execute()
dialog.render(true)
@@ -41,7 +41,7 @@
/* ==========
* MACRO: GM Toolbox
* VERSION: 0.9.5
-* UPDATED: 2022-08-04
+* UPDATED: 2022-08-14
* DESCRIPTION: Adds a customisable floating dialog for quick access to frequently used Toolkit macros, freeing up hotbar spots
* TIP: Add / remove macros from the 'macros' list to tailor it for your game. Names must exactly match those in the Macro Directory.
* TIP: The macro dialog can be kept open for quick access and minimised to reduce space