1
0

Add folder monitoring for auto-commit

This commit is contained in:
2025-05-25 22:06:51 +02:00
parent d289554c3a
commit 445814aa73

View File

@@ -672,6 +672,11 @@ async function main() {
async function updateFoldersListener(win) {
let folders = store.get('folders') || [];
/* NEXT BLOCK: MONITOR FOLDERS INITIAL CANDIDATE-COMMITS BIRTHDAY FOR AUTOCOMMIT */
/* NEXT BLOCK: MONITOR FOLDER MISSING / RELOCATED */
let updatedFolders = [];
let anyChanged = false;