Merge pull request #67 from Flow-Works/66-remove-settings-override
[🔥] Removed Settings override
This commit is contained in:
commit
0bce7be1c6
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)
|
||||
|
||||
window.fs.exists('/.config/flow.json', (exists) => {
|
||||
// if (!exists) {
|
||||
window.fs.promises.writeFile('/.config/flow.json', JSON.stringify(defaultConfig)).then(null).catch(e => console.error)
|
||||
// }
|
||||
if (!exists) {
|
||||
window.fs.promises.writeFile('/.config/flow.json', JSON.stringify(defaultConfig)).then(null).catch(e => console.error)
|
||||
}
|
||||
})
|
||||
})
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue