mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(react/global_menu): add missing command names
This commit is contained in:
		| @@ -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; | ||||||
|     }; |     }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user