mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	using boxicons instead of jam icons WIP
This commit is contained in:
		| @@ -19,7 +19,7 @@ async function initContextMenu(event, contextMenu) { | ||||
|                 const $icon = $("<span>"); | ||||
|  | ||||
|                 if (item.uiIcon) { | ||||
|                     $icon.addClass("jam jam-" + item.uiIcon); | ||||
|                     $icon.addClass("bx bx-" + item.uiIcon); | ||||
|                 } else { | ||||
|                     $icon.append(" "); | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user