forked from Berry-Dash/launcher
Make it so you can select versions to download while another version is being downloaded
This commit is contained in:
@@ -15,7 +15,6 @@ import { useRouter } from 'next/navigation'
|
||||
|
||||
export default function Installs () {
|
||||
const {
|
||||
downloadProgress,
|
||||
showPopup,
|
||||
setShowPopup,
|
||||
setPopupMode,
|
||||
@@ -48,7 +47,6 @@ export default function Installs () {
|
||||
setShowPopup(true)
|
||||
setFadeOut(false)
|
||||
}}
|
||||
disabled={downloadProgress.length != 0}
|
||||
title='Click to download more games.'
|
||||
>
|
||||
Download game
|
||||
|
||||
Reference in New Issue
Block a user