[🔥] Removed Settings override
This commit is contained in:
parent
126ba38138
commit
53a61412be
1 changed files with 3 additions and 3 deletions
|
|
@ -51,9 +51,9 @@ window.wm = new WindowManager();
|
||||||
if (!exists) window.fs.promises.mkdir('/.config').then(null).catch(e => console.error)
|
if (!exists) window.fs.promises.mkdir('/.config').then(null).catch(e => console.error)
|
||||||
|
|
||||||
window.fs.exists('/.config/flow.json', (exists) => {
|
window.fs.exists('/.config/flow.json', (exists) => {
|
||||||
// if (!exists) {
|
if (!exists) {
|
||||||
window.fs.promises.writeFile('/.config/flow.json', JSON.stringify(defaultConfig)).then(null).catch(e => console.error)
|
window.fs.promises.writeFile('/.config/flow.json', JSON.stringify(defaultConfig)).then(null).catch(e => console.error)
|
||||||
// }
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue