mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
paperclip icon for attachment, closes #61
This commit is contained in:
@@ -155,6 +155,9 @@ const noteTree = (function() {
|
||||
if (note.type === 'code') {
|
||||
extraClasses.push("code");
|
||||
}
|
||||
else if (note.type === 'file') {
|
||||
extraClasses.push('attachment');
|
||||
}
|
||||
|
||||
return extraClasses.join(" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user