mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Show backup status in Settings window
This commit is contained in:
@@ -63,7 +63,7 @@ import { SignalService as Proto } from '../protobuf';
|
||||
import * as log from '../logging/log';
|
||||
import type { StorageAccessType } from '../types/Storage';
|
||||
import { getRelativePath, createName } from '../util/attachmentPath';
|
||||
import { isBackupEnabled } from '../util/isBackupEnabled';
|
||||
import { isBackupFeatureEnabled } from '../util/isBackupEnabled';
|
||||
import { isLinkAndSyncEnabled } from '../util/isLinkAndSyncEnabled';
|
||||
import { getMessageQueueTime } from '../util/getMessageQueueTime';
|
||||
|
||||
@@ -1115,7 +1115,7 @@ export default class AccountManager extends EventTarget {
|
||||
}
|
||||
|
||||
const shouldDownloadBackup =
|
||||
isBackupEnabled() ||
|
||||
isBackupFeatureEnabled() ||
|
||||
(isLinkAndSyncEnabled() && options.ephemeralBackupKey);
|
||||
|
||||
// Set backup download path before storing credentials to ensure that
|
||||
|
||||
Reference in New Issue
Block a user