mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable push until we resolve some issues with rules
This commit is contained in:
parent
a2ab405a13
commit
847a848d0e
1 changed files with 3 additions and 3 deletions
|
|
@ -109,9 +109,9 @@ struct ProfileView: View {
|
|||
|
||||
#if os(iOS)
|
||||
Section {
|
||||
NavigationLink(destination: PushNotificationSettingsView()) {
|
||||
Text("Push Notifications")
|
||||
}
|
||||
// NavigationLink(destination: PushNotificationSettingsView()) {
|
||||
// Text("Push Notifications")
|
||||
// }
|
||||
NavigationLink(destination: TextToSpeechView()) {
|
||||
Text("Text to Speech")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue