mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user