Skip to content
Snippets Groups Projects
Commit 60cfc893 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

sip: update call settings visibility

Change-Id: Ib0c32198ead5d540bae201039d20dbf3b45e9f23
GitLab: #1407
parent 31c5cead
No related branches found
No related tags found
No related merge requests found
...@@ -161,6 +161,7 @@ SettingsPageBase { ...@@ -161,6 +161,7 @@ SettingsPageBase {
width: parent.width width: parent.width
spacing: JamiTheme.settingsCategorySpacing spacing: JamiTheme.settingsCategorySpacing
visible: !isSIP
Text { Text {
...@@ -180,8 +181,6 @@ SettingsPageBase { ...@@ -180,8 +181,6 @@ SettingsPageBase {
ToggleSwitch { ToggleSwitch {
id: checkBoxRdv id: checkBoxRdv
visible: !isSIP
labelText: JamiStrings.rendezVous labelText: JamiStrings.rendezVous
checked: CurrentAccount.isRendezVous checked: CurrentAccount.isRendezVous
onSwitchToggled: CurrentAccount.isRendezVous = checked onSwitchToggled: CurrentAccount.isRendezVous = checked
...@@ -193,6 +192,7 @@ SettingsPageBase { ...@@ -193,6 +192,7 @@ SettingsPageBase {
width: parent.width width: parent.width
spacing: 9 spacing: 9
visible: !isSIP
Text { Text {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment