From 397c2255c1e8e3041265ab8c6d58688182159cb5 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Sun, 21 Jan 2024 17:20:26 +0100 Subject: [PATCH] reset loaded status when exited --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 4b07bec..9103aad 100644 --- a/main.js +++ b/main.js @@ -503,6 +503,7 @@ function registerIPCPipes() { setTimeout(async () => { await replaceUIFile(osuPath, true); mainWindow.webContents.send("ezpplauncher:launchabort"); + osuLoaded = false; }, 5000); }; runOsuWithDevServer(osuPath, "ez-pp.farm", onExitHook);