ios: choose notifications mode during onboarding and after DB migration (#773)

This commit is contained in:
Evgeny Poberezkin
2022-07-03 19:53:07 +01:00
committed by GitHub
parent c619092464
commit 2c121b5731
12 changed files with 175 additions and 45 deletions

View File

@@ -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"
}