fix: add cleanup message during osu launch process
This commit is contained in:
parent
f74e51943f
commit
239009decb
@ -182,6 +182,7 @@
|
|||||||
await new Promise((res) => setTimeout(res, 1000));
|
await new Promise((res) => setTimeout(res, 1000));
|
||||||
await getCurrentWindow().hide();
|
await getCurrentWindow().hide();
|
||||||
await invoke('run_osu', { folder: osuPath });
|
await invoke('run_osu', { folder: osuPath });
|
||||||
|
launchInfo = 'Cleaning up...';
|
||||||
await getCurrentWindow().show();
|
await getCurrentWindow().show();
|
||||||
|
|
||||||
const osuReleaseStream: string = await invoke('get_osu_release_stream', {
|
const osuReleaseStream: string = await invoke('get_osu_release_stream', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user