diff --git a/index.html b/index.html index 56a7f6d..d1730f7 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + diff --git a/src/index.ts b/src/index.ts index d1e0787..ff95d7c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -54,7 +54,6 @@ window.wm = new WindowManager(); 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) - window.location.reload() } }) })