1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-25 04:34:05 +02:00
parent c5fa94d5be
commit 8bcfd7a9e6

View File

@@ -29,7 +29,7 @@ folders = folders.map(f => ({
needsRelocation: !fs.existsSync(f.path)
}));
store.set('folders', folders);
console.log("Startup-Folders:", store.get('folders'));
let tray = null;
let isQuiting = false;