mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove text to speech feature flag, its enabled for everyone now
This commit is contained in:
parent
df8be3c6c5
commit
783e25b63a
2 changed files with 1 additions and 4 deletions
|
|
@ -132,9 +132,7 @@ struct WebReaderContainerView: View {
|
|||
.scaleEffect(navBarVisibilityRatio)
|
||||
Spacer()
|
||||
#endif
|
||||
if FeatureFlag.enableTextToSpeechButton {
|
||||
audioNavbarItem
|
||||
}
|
||||
audioNavbarItem
|
||||
Button(
|
||||
action: { showPreferencesPopover.toggle() },
|
||||
label: {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,5 @@ public enum FeatureFlag {
|
|||
public static let enableShareButton = false
|
||||
public static let enableSnooze = false
|
||||
public static let enableGridCardsOnPhone = false
|
||||
public static let enableTextToSpeechButton = true
|
||||
public static let enableHighlightsView = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue