From 7005fb07e35770d34318850eefdfed687a2f3a2b Mon Sep 17 00:00:00 2001 From: Mirco Wittrien <23700969+mwittrien@users.noreply.github.com> Date: Fri, 22 Apr 2022 18:03:46 +0200 Subject: [PATCH] Update GameActivityToggle.plugin.js --- .../GameActivityToggle/GameActivityToggle.plugin.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Plugins/GameActivityToggle/GameActivityToggle.plugin.js b/Plugins/GameActivityToggle/GameActivityToggle.plugin.js index 107ef203f4..f642b45147 100644 --- a/Plugins/GameActivityToggle/GameActivityToggle.plugin.js +++ b/Plugins/GameActivityToggle/GameActivityToggle.plugin.js @@ -2,7 +2,7 @@ * @name GameActivityToggle * @author DevilBro * @authorId 278543574059057154 - * @version 1.0.9 + * @version 1.1.0 * @description Adds a Quick-Toggle Game Activity Button * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -17,12 +17,12 @@ module.exports = (_ => { "info": { "name": "GameActivityToggle", "author": "DevilBro", - "version": "1.0.9", + "version": "1.1.0", "description": "Adds a Quick-Toggle Game Activity Button" }, "changeLog": { - "added": { - "Global Hotkey": "" + "fixed": { + "Global Hotkey": "Now properly saves" } } }; @@ -185,7 +185,7 @@ module.exports = (_ => { reset: true, onChange: value => { keybind = value; - BDFDB.DataUtils.save(this, "keybind", keybind) + BDFDB.DataUtils.save(keybind, this, "keybind") this.activateKeybind(); } })