Disable push until we resolve some issues with rules

This commit is contained in:
Jackson Harper
2022-12-12 10:43:19 +08:00
parent a2ab405a13
commit 847a848d0e

View File

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