1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Electron: Started integrating encryption

This commit is contained in:
Laurent Cozic
2017-12-14 17:58:10 +00:00
parent 55266e5694
commit 888ac8f4c2
11 changed files with 90 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ class FoldersScreenUtils {
this.dispatch({
type: 'FOLDER_UPDATE_ALL',
folders: initialFolders,
items: initialFolders,
});
}