1
0

auto-git:

[change] main.js
This commit is contained in:
2025-06-01 09:43:30 +02:00
parent f21a16d0ba
commit b6ff68e0cd

12
main.js
View File

@@ -29,18 +29,6 @@ const store = new Store({
}
});
let folders = store.get('folders') || [];
folders = folders.map(f => ({
...f,
needsRelocation: !fs.existsSync(f.path)
}));
store.set('folders', folders);
console.log("Startup-Folders:", store.get('folders'));
let tray = null;
let isQuiting = false;
function createTray(win) {
const iconPath = path.join(__dirname, 'assets/icon/trayicon.png');