mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
recent notes are reloaded if synced
This commit is contained in:
@@ -33,6 +33,12 @@ const messaging = (function() {
|
||||
noteEditor.reload();
|
||||
}
|
||||
|
||||
if (data.recent_notes) {
|
||||
console.log("Reloading recent notes because of background changes");
|
||||
|
||||
recentNotes.reload();
|
||||
}
|
||||
|
||||
const changesToPushCountEl = $("#changesToPushCount");
|
||||
changesToPushCountEl.html(message.changesToPushCount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user