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