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
Branches
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment