rename froca entities to have F-prefix, #3476

This commit is contained in:
zadam
2023-01-03 13:35:10 +01:00
parent 957640f163
commit 977a47bc27
14 changed files with 91 additions and 96 deletions

View File

@@ -8,7 +8,7 @@ export default class AbstractLauncher extends OnClickButtonWidget {
this.class("launcher-button");
/** @type {NoteShort} */
/** @type {FNote} */
this.launcherNote = launcherNote;
for (const label of launcherNote.getOwnedLabels('keyboardShortcut')) {