renamed shortcuts to launchers

This commit is contained in:
zadam
2022-12-01 10:16:57 +01:00
parent b55c2d3dbc
commit 1a6c9be065
16 changed files with 164 additions and 164 deletions

View File

@@ -11,6 +11,6 @@ export default class NoteRevisionsButton extends ButtonWidget {
}
isEnabled() {
return super.isEnabled() && !['shortcut', 'doc'].includes(this.note?.type);
return super.isEnabled() && !['launcher', 'doc'].includes(this.note?.type);
}
}
}