mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 01:48:13 +01:00
Show backup status in Settings window
This commit is contained in:
@@ -19,6 +19,16 @@ installCallback('resetDefaultChatColor');
|
||||
installCallback('setGlobalDefaultConversationColor');
|
||||
installCallback('getDefaultConversationColor');
|
||||
|
||||
installSetting('backupFeatureEnabled', {
|
||||
setter: false,
|
||||
});
|
||||
installSetting('backupSubscriptionStatus', {
|
||||
setter: false,
|
||||
});
|
||||
installSetting('cloudBackupStatus', {
|
||||
setter: false,
|
||||
});
|
||||
|
||||
// Getters only. These are set by the primary device
|
||||
installSetting('blockedCount', {
|
||||
setter: false,
|
||||
@@ -33,6 +43,8 @@ installSetting('typingIndicatorSetting', {
|
||||
setter: false,
|
||||
});
|
||||
|
||||
installCallback('refreshCloudBackupStatus');
|
||||
installCallback('refreshBackupSubscriptionStatus');
|
||||
installCallback('deleteAllMyStories');
|
||||
installCallback('isPrimary');
|
||||
installCallback('syncRequest');
|
||||
|
||||
Reference in New Issue
Block a user