Add folder monitoring for auto-commit
This commit is contained in:
5
main.js
5
main.js
@@ -672,6 +672,11 @@ async function main() {
|
|||||||
|
|
||||||
async function updateFoldersListener(win) {
|
async function updateFoldersListener(win) {
|
||||||
let folders = store.get('folders') || [];
|
let folders = store.get('folders') || [];
|
||||||
|
|
||||||
|
/* NEXT BLOCK: MONITOR FOLDERS INITIAL CANDIDATE-COMMITS BIRTHDAY FOR AUTOCOMMIT */
|
||||||
|
|
||||||
|
|
||||||
|
/* NEXT BLOCK: MONITOR FOLDER MISSING / RELOCATED */
|
||||||
let updatedFolders = [];
|
let updatedFolders = [];
|
||||||
let anyChanged = false;
|
let anyChanged = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user