Skip to content

Commit

Permalink
🐛 Fix missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jun 7, 2024
1 parent 3ba8a3b commit ee0959b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
}
Expand Down

0 comments on commit ee0959b

Please sign in to comment.