mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	server(hidden): change default icons for next/prev launchers
This commit is contained in:
		| @@ -210,9 +210,9 @@ const HIDDEN_SUBTREE_DEFINITION: Item = { | |||||||
|                     isExpanded: true, |                     isExpanded: true, | ||||||
|                     attributes: [ { type: 'label', name: 'docName', value: 'launchbar_intro' } ], |                     attributes: [ { type: 'label', name: 'docName', value: 'launchbar_intro' } ], | ||||||
|                     children: [ |                     children: [ | ||||||
|                         { id: '_lbBackInHistory', title: 'Go to Previous Note', type: 'launcher', builtinWidget: 'backInHistoryButton', icon: 'bx bxs-left-arrow-square', |                         { id: '_lbBackInHistory', title: 'Go to Previous Note', type: 'launcher', builtinWidget: 'backInHistoryButton', icon: 'bx bxs-chevron-left', | ||||||
|                             attributes: [ { type: 'label', name: 'docName', value: 'launchbar_history_navigation' } ]}, |                             attributes: [ { type: 'label', name: 'docName', value: 'launchbar_history_navigation' } ]}, | ||||||
|                         { id: '_lbForwardInHistory', title: 'Go to Next Note', type: 'launcher', builtinWidget: 'forwardInHistoryButton', icon: 'bx bxs-right-arrow-square', |                         { id: '_lbForwardInHistory', title: 'Go to Next Note', type: 'launcher', builtinWidget: 'forwardInHistoryButton', icon: 'bx bxs-chevron-right', | ||||||
|                             attributes: [ { type: 'label', name: 'docName', value: 'launchbar_history_navigation' } ]}, |                             attributes: [ { type: 'label', name: 'docName', value: 'launchbar_history_navigation' } ]}, | ||||||
|                         { id: '_lbBackendLog', title: 'Backend Log', type: 'launcher', targetNoteId: '_backendLog', icon: 'bx bx-terminal' }, |                         { id: '_lbBackendLog', title: 'Backend Log', type: 'launcher', targetNoteId: '_backendLog', icon: 'bx bx-terminal' }, | ||||||
|                     ] |                     ] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user