diff --git a/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.dom.tsx b/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.dom.tsx
index a1a8a110de..9a1c9583a1 100644
--- a/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.dom.tsx
+++ b/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.dom.tsx
@@ -11,6 +11,7 @@ import {
InstallScreenStep,
InstallScreenQRCodeError,
} from '../../types/InstallScreen.std.js';
+import { DialogType } from '../../types/Dialogs.std.js';
import { missingCaseError } from '../../util/missingCaseError.std.js';
import type { Loadable } from '../../util/loadable.std.js';
import { LoadingState } from '../../util/loadable.std.js';
@@ -69,7 +70,7 @@ export function InstallScreenQrCodeNotScannedStep({
- {hasExpired && (
+ {(hasExpired || updates.dialogType === DialogType.Downloading) && (