1
0

auto-git:

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

View File

@@ -29,7 +29,7 @@ const store = new Store({
}
});
let folders = store.get('folders') || [];asd
let folders = store.get('folders') || [];
folders = folders.map(f => ({
...f,
needsRelocation: !fs.existsSync(f.path)