mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
toggle local webview flag
This commit is contained in:
parent
7667dc27cd
commit
65efb1ddf8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ public enum FeatureFlag {
|
|||
public static let enableShareButton = false
|
||||
public static let enableSnooze = false
|
||||
public static let showFeedItemTags = false
|
||||
public static let useLocalWebView = true
|
||||
public static let useLocalWebView = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue