mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	use only one label for icon class, fixes #1791
This commit is contained in:
		| @@ -359,7 +359,7 @@ class NoteShort { | |||||||
|         const workspaceIconClass = this.getWorkspaceIconClass(); |         const workspaceIconClass = this.getWorkspaceIconClass(); | ||||||
|  |  | ||||||
|         if (iconClassLabels.length > 0) { |         if (iconClassLabels.length > 0) { | ||||||
|             return iconClassLabels.map(l => l.value).join(' '); |             return iconClassLabels[0].value; | ||||||
|         } |         } | ||||||
|         else if (workspaceIconClass) { |         else if (workspaceIconClass) { | ||||||
|             return workspaceIconClass; |             return workspaceIconClass; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user