Add files via upload

This commit is contained in:
AMIAY
2026-01-18 15:42:24 +01:00
committed by GitHub
parent be1a24a992
commit 7ede6c2f27
5 changed files with 110 additions and 9 deletions

View File

@@ -31,6 +31,15 @@ export function setupLauncher() {
}
});
}
if (window.electronAPI && window.electronAPI.onProgressComplete) {
window.electronAPI.onProgressComplete(() => {
if (window.LauncherUI) {
window.LauncherUI.hideProgress();
}
resetPlayButton();
});
}
}
export async function launch() {