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

sip: remove non necessary settings

Change-Id: Ic0ab68601b3cb801898c427494bbc996027fd6da
GitLab: #1394
GitLab: #1395
parent 12262823
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ SidePanelBase {
"title": JamiStrings.manageAccountSettingsTitle
}, {
"id": 1,
"title": JamiStrings.customizeProfile
"title": JamiStrings.customizeProfile,
"visible": CurrentAccount.type !== Profile.Type.SIP
}, {
"id": 2,
"title": JamiStrings.linkedDevicesSettingsTitle,
......@@ -124,6 +125,7 @@ SidePanelBase {
function onTypeChanged() {
updateModel();
select(-1);
}
}
......
......@@ -434,6 +434,7 @@ SettingsPageBase {
horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
visible: !root.isSIP
font.pixelSize: JamiTheme.settingsDescriptionPixelSize
font.kerning: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment