feat(download & db): combined db and download interface improvements

This commit is contained in:
DecDuck
2024-12-07 11:00:35 +11:00
parent 3d55cb768a
commit 2e5997525d
10 changed files with 186 additions and 80 deletions
+5 -1
View File
@@ -275,7 +275,11 @@
>
<LoadingButton
:disabled="
!(versionOptions && versionOptions.length > 0 && !installDir)
!(
versionOptions &&
versionOptions.length > 0 &&
!installDir
)
"
:loading="installLoading"
type="submit"