diff --git a/src/app/game/page.tsx b/src/app/game/page.tsx index 6b3189b..7b38c92 100644 --- a/src/app/game/page.tsx +++ b/src/app/game/page.tsx @@ -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