reset loaded status when exited
This commit is contained in:
parent
00d71704ab
commit
397c2255c1
1
main.js
1
main.js
@ -503,6 +503,7 @@ function registerIPCPipes() {
|
|||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
await replaceUIFile(osuPath, true);
|
await replaceUIFile(osuPath, true);
|
||||||
mainWindow.webContents.send("ezpplauncher:launchabort");
|
mainWindow.webContents.send("ezpplauncher:launchabort");
|
||||||
|
osuLoaded = false;
|
||||||
}, 5000);
|
}, 5000);
|
||||||
};
|
};
|
||||||
runOsuWithDevServer(osuPath, "ez-pp.farm", onExitHook);
|
runOsuWithDevServer(osuPath, "ez-pp.farm", onExitHook);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user