From aee632c967a83a1cb1e22ccbad6a3263395385a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Mon, 31 Jul 2023 07:56:34 -0400
Subject: [PATCH] misc: fix warning

Change-Id: I7fd957e621f5af1cc76b94c47fffc2523009fa52
---
 .../mainview/components/ConversationSmartListContextMenu.qml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/mainview/components/ConversationSmartListContextMenu.qml b/src/app/mainview/components/ConversationSmartListContextMenu.qml
index f649d921e..2467563ec 100644
--- a/src/app/mainview/components/ConversationSmartListContextMenu.qml
+++ b/src/app/mainview/components/ConversationSmartListContextMenu.qml
@@ -30,7 +30,7 @@ ContextMenuAutoLoader {
     property string responsibleAccountId: ""
     property string responsibleConvUid: ""
     property bool isBanned: false
-    property var isCoreDialog: undefined
+    property bool isCoreDialog: false
     property var mode: undefined
     property int contactType: Profile.Type.INVALID
     property bool hasCall: false
-- 
GitLab