mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-24 08:53:18 +10:00
fix(install ui): stop loading on error
This commit is contained in:
@@ -326,12 +326,12 @@ async function install() {
|
|||||||
gameVersion: versionOptions.value[installVersionIndex.value].versionName,
|
gameVersion: versionOptions.value[installVersionIndex.value].versionName,
|
||||||
installDir: installDir.value,
|
installDir: installDir.value,
|
||||||
});
|
});
|
||||||
installLoading.value = false;
|
|
||||||
|
|
||||||
installFlowOpen.value = false;
|
installFlowOpen.value = false;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
installError.value = (error as string).toString();
|
installError.value = (error as string).toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
installLoading.value = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function launch() {
|
async function launch() {
|
||||||
|
|||||||
Reference in New Issue
Block a user