ios: hide CallViewDebug

This commit is contained in:
JRoberts
2022-05-23 10:24:14 +04:00
parent 6333a60103
commit cb95c51fe1
@@ -126,12 +126,12 @@ struct SettingsView: View {
// notificationsToggle(token)
// }
// }
NavigationLink {
CallViewDebug()
.frame(maxHeight: .infinity, alignment: .top)
} label: {
// NavigationLink {
// CallViewDebug()
// .frame(maxHeight: .infinity, alignment: .top)
// } label: {
Text("v\(appVersion ?? "?") (\(appBuild ?? "?"))")
}
// }
}
}
.navigationTitle("Your settings")