From 2145ee622945eb9bab07d1c0b20317dd364a46c3 Mon Sep 17 00:00:00 2001
From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
Date: Tue, 27 Jun 2023 15:59:32 -0300
Subject: [PATCH] callsettings: correctly get isSIP property

Change-Id: I3512cc9890207f2322d7d843e2137dc09d77ebe5
GitLab: #1207
---
 src/app/settingsview/components/CallSettingsPage.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/settingsview/components/CallSettingsPage.qml b/src/app/settingsview/components/CallSettingsPage.qml
index 3bbb4987a..440853d4a 100644
--- a/src/app/settingsview/components/CallSettingsPage.qml
+++ b/src/app/settingsview/components/CallSettingsPage.qml
@@ -31,7 +31,7 @@ import "../../mainview/js/contactpickercreation.js" as ContactPickerCreation
 SettingsPageBase {
     id: root
 
-    property bool isSIP
+    property bool isSIP: CurrentAccount.type === Profile.Type.SIP
     property int itemWidth: 132
     title: JamiStrings.callSettingsTitle
 
-- 
GitLab