mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
sync check failure is now shown as error message in frontend
This commit is contained in:
@@ -42,6 +42,9 @@ const messaging = (function() {
|
||||
|
||||
changesToPushCountEl.html(message.changesToPushCount);
|
||||
}
|
||||
else if (message.type === 'sync-hash-check-failed') {
|
||||
showError("Sync check failed!", 60000);
|
||||
}
|
||||
}
|
||||
|
||||
function connectWebSocket() {
|
||||
|
||||
Reference in New Issue
Block a user