feat(tray): reload recent notes on change

This commit is contained in:
Elian Doran
2025-02-01 11:07:47 +02:00
parent ebc523a0fd
commit 60d8bc8238
2 changed files with 6 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ class NoteContext extends Component implements EventListener<"entitiesReloaded">
noteId: this.note?.noteId,
notePath: this.notePath
});
utils.reloadTray();
}
}, 5000);
}