improvements

This commit is contained in:
zadam
2022-12-03 21:11:49 +01:00
parent 56e01046c8
commit cd60ad4267
3 changed files with 11 additions and 7 deletions

View File

@@ -7,6 +7,10 @@ export default class AbstractLauncher extends OnClickButtonWidget {
/** @type {NoteShort} */
this.launcherNote = launcherNote;
for (const label of launcherNote.getOwnedLabels('keyboardShortcut')) {
this.bindNoteShortcutHandler(label);
}
}
launch() {
@@ -30,4 +34,4 @@ export default class AbstractLauncher extends OnClickButtonWidget {
}
}
}
}
}