mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Add outboundProxy setter to the account settings
This commit is contained in:
parent
45def92bfa
commit
19d0be524b
2 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ struct AccountSettingsFragment: View {
|
|||
Toggle("account_settings_outbound_proxy_title", isOn: Binding(
|
||||
get: { accountSettingsViewModel.outboundProxy },
|
||||
set: { _ in
|
||||
//accountProfileViewModel.toggleRegister()
|
||||
accountSettingsViewModel.outboundProxy.toggle()
|
||||
}
|
||||
))
|
||||
.default_text_style_700(styleSize: 15)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue