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:
parent
31c5cead63
commit
60cfc8938f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue