fix: install dir flow

This commit is contained in:
DecDuck
2025-05-10 09:01:29 +10:00
parent 7b443818d1
commit b0b1e397b1
2 changed files with 3305 additions and 1542 deletions
+1 -1
View File
@@ -350,7 +350,7 @@
<LoadingButton <LoadingButton
@click="() => install()" @click="() => install()"
:disabled=" :disabled="
!(versionOptions && versionOptions.length > 0 && !installDir) !(versionOptions && versionOptions.length > 0)
" "
:loading="installLoading" :loading="installLoading"
type="submit" type="submit"
+3304 -1541
View File
File diff suppressed because it is too large Load Diff