mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 12:01:47 -03:00
Add files via upload
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user