mirror of
https://github.com/Drop-OSS/drop-app
synced 2026-08-27 22:23:04 -04:00
fix(install ui): stop loading on error
This commit is contained in:
parent
9a184a8f35
commit
d83aae6dc4
1 changed files with 2 additions and 2 deletions
|
|
@ -326,12 +326,12 @@ async function install() {
|
|||
gameVersion: versionOptions.value[installVersionIndex.value].versionName,
|
||||
installDir: installDir.value,
|
||||
});
|
||||
installLoading.value = false;
|
||||
|
||||
installFlowOpen.value = false;
|
||||
} catch (error) {
|
||||
installError.value = (error as string).toString();
|
||||
}
|
||||
|
||||
installLoading.value = false;
|
||||
}
|
||||
|
||||
async function launch() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue