1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-23 08:55:26 +02:00

sip: update call settings visibility

Change-Id: Ib0c32198ead5d540bae201039d20dbf3b45e9f23
GitLab: #1407
This commit is contained in:
Sébastien Blin 2023-11-06 11:51:49 -05:00
parent 31c5cead63
commit 60cfc8938f

View file

@ -161,6 +161,7 @@ SettingsPageBase {
width: parent.width
spacing: JamiTheme.settingsCategorySpacing
visible: !isSIP
Text {
@ -180,8 +181,6 @@ SettingsPageBase {
ToggleSwitch {
id: checkBoxRdv
visible: !isSIP
labelText: JamiStrings.rendezVous
checked: CurrentAccount.isRendezVous
onSwitchToggled: CurrentAccount.isRendezVous = checked
@ -193,6 +192,7 @@ SettingsPageBase {
width: parent.width
spacing: 9
visible: !isSIP
Text {