auto-git:
[change] main.js
This commit is contained in:
12
main.js
12
main.js
@@ -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) {
|
function createTray(win) {
|
||||||
const iconPath = path.join(__dirname, 'assets/icon/trayicon.png');
|
const iconPath = path.join(__dirname, 'assets/icon/trayicon.png');
|
||||||
|
|||||||
Reference in New Issue
Block a user