1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Minor tweaks

This commit is contained in:
Laurent Cozic
2017-12-04 23:01:22 +00:00
parent a6d6201ecb
commit f6633e23f5
3 changed files with 18 additions and 2 deletions

View File

@@ -271,6 +271,11 @@ class BaseApplication {
}
}
// if (action.type === 'NOTE_DELETE') {
// // Update folders if a note is deleted in case the deleted note was a conflict
// await FoldersScreenUtils.refreshFolders();
// }
if (this.hasGui() && action.type == 'SETTING_UPDATE_ONE' && action.key == 'sync.interval' || action.type == 'SETTING_UPDATE_ALL') {
reg.setupRecurrentSync();
}