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