1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-19 15:05:40 +02:00

sip: remove non necessary settings

Change-Id: Ic0ab68601b3cb801898c427494bbc996027fd6da
GitLab: #1394
GitLab: #1395
This commit is contained in:
Sébastien Blin 2023-11-02 15:18:20 -04:00
parent 122628239c
commit cbef11a9ca
2 changed files with 4 additions and 1 deletions

View file

@ -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);
}
}

View file

@ -434,6 +434,7 @@ SettingsPageBase {
horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
visible: !root.isSIP
font.pixelSize: JamiTheme.settingsDescriptionPixelSize
font.kerning: true