Skip to content
Snippets Groups Projects
Unverified Commit 02a80519 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

settings: hide STUN settings for Jami accounts

as the DHT will do the job of the STUN

Change-Id: If122f93f0430c687c040b31066a8bd5b61cf03ee
parent 91f94480
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment