Show update progress bar on force update with QR

This commit is contained in:
Fedor Indutny
2026-03-20 09:53:38 -07:00
committed by GitHub
parent c863dfa66b
commit 3f34ef9693

View File

@@ -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({
<InstallScreenSignalLogo />
{hasExpired && (
{(hasExpired || updates.dialogType === DialogType.Downloading) && (
<InstallScreenUpdateDialog
i18n={i18n}
{...updates}