ios: choose notifications mode during onboarding and after DB migration (#773)
This commit is contained in:
committed by
GitHub
parent
c619092464
commit
2c121b5731
@@ -427,7 +427,7 @@ public enum NotificationsMode: String, Decodable, SelectableItem {
|
||||
|
||||
public var label: LocalizedStringKey {
|
||||
switch self {
|
||||
case .off: return "Off"
|
||||
case .off: return "Off (Local)"
|
||||
case .periodic: return "Periodically"
|
||||
case .instant: return "Instantly"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user