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

View File

@ -350,7 +350,7 @@
<LoadingButton
@click="() => install()"
:disabled="
!(versionOptions && versionOptions.length > 0 && !installDir)
!(versionOptions && versionOptions.length > 0)
"
:loading="installLoading"
type="submit"