1
0
Fork 0
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:
Sébastien Blin 2021-10-21 10:23:39 -04:00
parent 91f9448074
commit 02a80519ab
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9

View file

@ -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