mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-17 11:48:27 +00:00
Hide enable video setting
This commit is contained in:
parent
1bb372741e
commit
231035f109
2 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@ import Foundation
|
|||
|
||||
public enum AppGitInfo {
|
||||
public static let branch = "master"
|
||||
public static let commit = "9d78fc2e2"
|
||||
public static let commit = "1bb372741"
|
||||
public static let tag = "6.1.0-alpha"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -167,10 +167,10 @@ struct SettingsFragment: View {
|
|||
Toggle("settings_calls_adaptive_rate_control_title", isOn: $settingsViewModel.adaptiveRateControl)
|
||||
.default_text_style_700(styleSize: 15)
|
||||
|
||||
/*
|
||||
Toggle("settings_calls_enable_video_title", isOn: $settingsViewModel.enableVideo)
|
||||
.default_text_style_700(styleSize: 15)
|
||||
|
||||
/*
|
||||
Toggle("settings_calls_vibrate_while_ringing_title", isOn: $isOn)
|
||||
.default_text_style_700(styleSize: 15)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue