hotfix: make sure to remove all references to pinnedMessagesListPopup

Fixes app startup
This commit is contained in:
Lukáš Tinkl 2022-09-15 11:27:28 +02:00 committed by Lukáš Tinkl
parent 25c5be2f78
commit 9943a7cf1f
1 changed files with 0 additions and 2 deletions

View File

@ -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