diff --git a/crates/lanspread-tauri-deno-ts/src/components/modals/GameDetailModal.tsx b/crates/lanspread-tauri-deno-ts/src/components/modals/GameDetailModal.tsx index 52d1acb..1047125 100644 --- a/crates/lanspread-tauri-deno-ts/src/components/modals/GameDetailModal.tsx +++ b/crates/lanspread-tauri-deno-ts/src/components/modals/GameDetailModal.tsx @@ -55,7 +55,8 @@ export const GameDetailModal = ({ && !isInProgress(game.install_status); const canViewFiles = game.downloaded || game.installed - || game.install_status === InstallStatus.Downloading; + || game.install_status === InstallStatus.Downloading + || game.install_status === InstallStatus.Installing; return (