mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Hide VFS setting
This commit is contained in:
parent
5b6e2e1c0a
commit
3c56f09130
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ struct SettingsFragment: View {
|
|||
|
||||
ScrollView {
|
||||
VStack(spacing: 0) {
|
||||
// TODO: Wait for VFS fix
|
||||
/*
|
||||
HStack(alignment: .center) {
|
||||
Text("settings_security_title")
|
||||
.default_text_style_800(styleSize: 18)
|
||||
|
|
@ -134,6 +136,7 @@ struct SettingsFragment: View {
|
|||
.zIndex(-1)
|
||||
.transition(.move(edge: .top))
|
||||
}
|
||||
*/
|
||||
|
||||
HStack(alignment: .center) {
|
||||
Text("settings_calls_title")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue