mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-02 19:36:12 +01:00 
			
		
		
		
	using boxicons instead of jam icons WIP
This commit is contained in:
		@@ -499,7 +499,7 @@ function initFancyTree(tree) {
 | 
			
		||||
            const note = await treeCache.getNote(node.data.noteId);
 | 
			
		||||
 | 
			
		||||
            if (note.type === 'search' && $span.find('.refresh-search-button').length === 0) {
 | 
			
		||||
                const refreshSearchButton = $('<span>  <span class="refresh-search-button jam jam-refresh" title="Refresh saved search results"></span></span>');
 | 
			
		||||
                const refreshSearchButton = $('<span>  <span class="refresh-search-button bx bx-recycle" title="Refresh saved search results"></span></span>');
 | 
			
		||||
 | 
			
		||||
                $span.append(refreshSearchButton);
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user