From 9943a7cf1f3c0c4e368d66cb20ee5a9234775861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Thu, 15 Sep 2022 11:27:28 +0200 Subject: [PATCH] hotfix: make sure to remove all references to pinnedMessagesListPopup Fixes app startup --- ui/app/mainui/AppMain.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/app/mainui/AppMain.qml b/ui/app/mainui/AppMain.qml index f083ce0b26..bc5c10a2c8 100644 --- a/ui/app/mainui/AppMain.qml +++ b/ui/app/mainui/AppMain.qml @@ -657,7 +657,6 @@ Item { Layout.fillWidth: true Layout.fillHeight: true - chatView.pinnedMessagesListPopupComponent: pinnedMessagesPopupComponent chatView.emojiPopup: statusEmojiPopup contactsStore: appMain.rootStore.contactStore @@ -758,7 +757,6 @@ Item { Layout.alignment: Qt.AlignLeft | Qt.AlignTop Layout.fillHeight: true - chatView.pinnedMessagesListPopupComponent: pinnedMessagesPopupComponent chatView.emojiPopup: statusEmojiPopup contactsStore: appMain.rootStore.contactStore