mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
disable snooze
This commit is contained in:
parent
b195414e16
commit
a7b33942e7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ public enum FeatureFlag {
|
|||
public static let enableRemindersFromShareExtension = false
|
||||
public static let enablePushNotifications = false
|
||||
public static let enableShareButton = false
|
||||
public static let enableSnooze = true
|
||||
public static let enableSnooze = false
|
||||
public static let enableLabels = true
|
||||
public static let useLocalWebView = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue