Update GameActivityToggle.plugin.js
This commit is contained in:
parent
e42865e9d6
commit
fa9c9b852f
|
@ -238,7 +238,6 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
|
|
||||||
activateKeybind () {
|
activateKeybind () {
|
||||||
console.log(keybind);
|
|
||||||
if (keybind && keybind.length) BDFDB.ListenerUtils.addGlobal(this, "GAMEACTIVITY_TOGGLE", keybind, _ => this.toggle());
|
if (keybind && keybind.length) BDFDB.ListenerUtils.addGlobal(this, "GAMEACTIVITY_TOGGLE", keybind, _ => this.toggle());
|
||||||
else BDFDB.ListenerUtils.removeGlobal(this, "GAMEACTIVITY_TOGGLE");
|
else BDFDB.ListenerUtils.removeGlobal(this, "GAMEACTIVITY_TOGGLE");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue