mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-24 17:35:43 +02:00
settings: hide STUN settings for Jami accounts
as the DHT will do the job of the STUN Change-Id: If122f93f0430c687c040b31066a8bd5b61cf03ee
This commit is contained in:
parent
91f9448074
commit
02a80519ab
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,7 @@ ColumnLayout {
|
|||
labelText: JamiStrings.useSTUN
|
||||
fontPointSize: JamiTheme.settingsFontSize
|
||||
|
||||
visible: isSIP
|
||||
checked: CurrentAccount.enable_STUN
|
||||
|
||||
onSwitchToggled: CurrentAccount.enable_STUN = checked
|
||||
|
@ -203,6 +204,7 @@ ColumnLayout {
|
|||
Layout.preferredHeight: JamiTheme.preferredFieldHeight
|
||||
|
||||
enabled: checkBoxSTUNEnable.checked
|
||||
visible: isSIP
|
||||
|
||||
textField: CurrentAccount.server_STUN
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue