mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
boxicons 2.0.5
This commit is contained in:
@@ -206,7 +206,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
const note = await treeCache.getNote(node.data.noteId);
|
||||
|
||||
if (note.type === 'search' && $span.find('.refresh-search-button').length === 0) {
|
||||
const refreshSearchButton = $('<span> <span class="refresh-search-button bx bx-recycle" title="Refresh saved search results"></span></span>');
|
||||
const refreshSearchButton = $('<span> <span class="refresh-search-button bx bx-refresh" title="Refresh saved search results"></span></span>');
|
||||
|
||||
$span.append(refreshSearchButton);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user