mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set local webview flag to false
This commit is contained in:
parent
6f7dd764dd
commit
d2287e93bd
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