reset loaded status when exited

This commit is contained in:
HorizonCode 2024-01-21 17:20:26 +01:00
parent 00d71704ab
commit 397c2255c1

View File

@ -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);