mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-20 13:46:33 +00:00
ios: hide CallViewDebug
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user