Show update progress bar on force update with QR

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-20 12:13:36 -05:00
committed by GitHub
parent 557113e171
commit ef3c91104b

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}