mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	server(hidden): change default icons for next/prev launchers
This commit is contained in:
		
							parent
							
								
									23f70367cc
								
							
						
					
					
						commit
						fffd93d4f1
					
				@ -210,9 +210,9 @@ const HIDDEN_SUBTREE_DEFINITION: Item = {
 | 
			
		||||
                    isExpanded: true,
 | 
			
		||||
                    attributes: [ { type: 'label', name: 'docName', value: 'launchbar_intro' } ],
 | 
			
		||||
                    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' } ]},
 | 
			
		||||
                        { 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' } ]},
 | 
			
		||||
                        { id: '_lbBackendLog', title: 'Backend Log', type: 'launcher', targetNoteId: '_backendLog', icon: 'bx bx-terminal' },
 | 
			
		||||
                    ]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user