1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-25 04:28:59 +02:00
parent f9f9c51b9d
commit 823f9151bf

View File

@@ -23,9 +23,6 @@ const store = new Store({
}
});
let tray = null;
let isQuiting = false;
let folders = store.get('folders') || [];
folders = folders.map(f => ({
...f,
@@ -34,6 +31,9 @@ folders = folders.map(f => ({
store.set('folders', folders);
let tray = null;
let isQuiting = false;
function createTray(win) {