From 9bb2cee77fe9443dc0820f4574b96cca421d5feb Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Wed, 13 Dec 2023 16:26:33 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=20Fixed=20FlowOS=20filesystem=20?= =?UTF-8?q?at=20boot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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() } }) })