mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
fix(@desktop/chat): message box buttons do not work in group chat creation screen
This commit is contained in:
parent
364124b1ed
commit
0675d6a7d9
@ -18,6 +18,7 @@ Page {
|
||||
|
||||
property var rootStore
|
||||
property var emojiPopup: null
|
||||
property var stickersPopup: null
|
||||
|
||||
QtObject {
|
||||
id: d
|
||||
@ -153,6 +154,7 @@ Page {
|
||||
visible: membersSelector.model.count > 0
|
||||
chatType: membersSelector.model.count === 1? Constants.chatType.oneToOne : Constants.chatType.privateGroupChat
|
||||
emojiPopup: root.emojiPopup
|
||||
stickersPopup: root.stickersPopup
|
||||
closeGifPopupAfterSelection: true
|
||||
onSendTransactionCommandButtonClicked: {
|
||||
root.rootStore.createChatStartSendTransactionProcess = true;
|
||||
|
@ -1014,6 +1014,7 @@ Item {
|
||||
sourceComponent: CreateChatView {
|
||||
rootStore: chatLayoutContainer.rootStore
|
||||
emojiPopup: statusEmojiPopup
|
||||
stickersPopup: statusStickersPopup
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user