Feature flag on the ultra realistic voices
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
var body: some View {
|
||||
Group {
|
||||
Form {
|
||||
if language.key == "en" {
|
||||
if FeatureFlag.enableUltraRealisticVoices, language.key == "en" {
|
||||
if viewModel.waitingForRealisticVoices {
|
||||
HStack {
|
||||
Text("Signing up for beta")
|
||||
|
||||
@ -14,5 +14,5 @@ public enum FeatureFlag {
|
||||
public static let enableShareButton = false
|
||||
public static let enableSnooze = false
|
||||
public static let enableGridCardsOnPhone = false
|
||||
public static let enableHighlightsView = true
|
||||
public static let enableUltraRealisticVoices = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user