This commit is contained in:
2026-02-14 12:15:28 -07:00
parent a618c76292
commit d8d59febbb

View File

@@ -465,12 +465,7 @@ export default function Installs () {
entry
)
}
disabled={downloadProgress.length != 0}
title={
downloadProgress.length != 0
? 'Cannot update while downloads are in progress '
: 'Click to update the game'
}
title={'Click to update the game'}
>
Update
</button>