Gate Backup Settings using a remote config
This commit is contained in:
parent
e1377c9aa9
commit
18e1ea5f45
@ -42,8 +42,8 @@ public enum FeatureFlags {
|
||||
public static let periodicallyCheckDatabaseIntegrity: Bool = false
|
||||
|
||||
public enum Backups {
|
||||
public static let supported = build <= .beta
|
||||
public static let showSettings = build <= .beta
|
||||
public static let supported = true
|
||||
public static let alwaysShowSettings = build <= .beta
|
||||
public static let showMegaphones = build <= .internal
|
||||
public static let showOptimizeMedia = build <= .dev
|
||||
|
||||
|
||||
@ -286,7 +286,7 @@ public class RemoteConfig {
|
||||
}
|
||||
|
||||
public var allowBackupSettings: Bool {
|
||||
if FeatureFlags.Backups.showSettings {
|
||||
if FeatureFlags.Backups.alwaysShowSettings {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user