fix: add cleanup message during osu launch process

This commit is contained in:
HorizonCode 2025-07-03 22:18:03 +02:00
parent f74e51943f
commit 239009decb

View File

@ -182,6 +182,7 @@
await new Promise((res) => setTimeout(res, 1000));
await getCurrentWindow().hide();
await invoke('run_osu', { folder: osuPath });
launchInfo = 'Cleaning up...';
await getCurrentWindow().show();
const osuReleaseStream: string = await invoke('get_osu_release_stream', {