diff --git a/extension.js b/extension.js index de4bceb..f97eafe 100644 --- a/extension.js +++ b/extension.js @@ -69,8 +69,7 @@ export default class KandoIntegration extends Extension { // Re-bind all shortcuts that were bound before the extension was disabled. this._settings = this.getSettings(); - this._settings.get_strv('shortcuts'); - shortcuts.forEach((shortcut) => { + this._settings.get_strv('shortcuts').forEach((shortcut) => { this._shortcuts.bind(shortcut); }); }