mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
chore(react/global_menu): add missing command names
This commit is contained in:
parent
70440520e1
commit
4df94d1f20
@ -89,6 +89,11 @@ export type CommandMappings = {
|
|||||||
closeTocCommand: CommandData;
|
closeTocCommand: CommandData;
|
||||||
closeHlt: CommandData;
|
closeHlt: CommandData;
|
||||||
showLaunchBarSubtree: CommandData;
|
showLaunchBarSubtree: CommandData;
|
||||||
|
showHiddenSubtree: CommandData;
|
||||||
|
showSQLConsoleHistory: CommandData;
|
||||||
|
logout: CommandData;
|
||||||
|
switchToMobileVersion: CommandData;
|
||||||
|
switchToDesktopVersion: CommandData;
|
||||||
showRevisions: CommandData & {
|
showRevisions: CommandData & {
|
||||||
noteId?: string | null;
|
noteId?: string | null;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user