Make it so you can select versions to download while another version is being downloaded
This commit is contained in:
@@ -10,7 +10,6 @@ import { platform } from '@tauri-apps/plugin-os'
|
||||
|
||||
export default function Installs () {
|
||||
const {
|
||||
downloadProgress,
|
||||
showPopup,
|
||||
setShowPopup,
|
||||
setPopupMode,
|
||||
@@ -44,7 +43,6 @@ export default function Installs () {
|
||||
setShowPopup(true)
|
||||
setFadeOut(false)
|
||||
}}
|
||||
disabled={downloadProgress.length != 0}
|
||||
title='Click to download more versions of this game.'
|
||||
>
|
||||
Download versions
|
||||
|
||||
Reference in New Issue
Block a user