auto-git:
[change] main.js
This commit is contained in:
2
main.js
2
main.js
@@ -29,7 +29,7 @@ folders = folders.map(f => ({
|
|||||||
needsRelocation: !fs.existsSync(f.path)
|
needsRelocation: !fs.existsSync(f.path)
|
||||||
}));
|
}));
|
||||||
store.set('folders', folders);
|
store.set('folders', folders);
|
||||||
|
console.log("Startup-Folders:", store.get('folders'));
|
||||||
|
|
||||||
let tray = null;
|
let tray = null;
|
||||||
let isQuiting = false;
|
let isQuiting = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user