Allow staging users to utilize internal backup switch.

This commit is contained in:
Alex Hart
2025-06-06 12:53:12 -03:00
committed by Greyson Parrelli
parent 882a11c420
commit 23d8969015
4 changed files with 36 additions and 3 deletions

View File

@@ -266,6 +266,7 @@ class BackupValues(store: KeyValueStore) : SignalStoreValues(store) {
.putBoolean(KEY_BACKUP_UPLOADED, false)
.apply()
backupTier = null
backupTierInternalOverride = null
}
var backupsInitialized: Boolean by booleanValue(KEY_BACKUPS_INITIALIZED, false)