mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +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 rootStore
|
||||||
property var emojiPopup: null
|
property var emojiPopup: null
|
||||||
|
property var stickersPopup: null
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
id: d
|
id: d
|
||||||
@ -153,6 +154,7 @@ Page {
|
|||||||
visible: membersSelector.model.count > 0
|
visible: membersSelector.model.count > 0
|
||||||
chatType: membersSelector.model.count === 1? Constants.chatType.oneToOne : Constants.chatType.privateGroupChat
|
chatType: membersSelector.model.count === 1? Constants.chatType.oneToOne : Constants.chatType.privateGroupChat
|
||||||
emojiPopup: root.emojiPopup
|
emojiPopup: root.emojiPopup
|
||||||
|
stickersPopup: root.stickersPopup
|
||||||
closeGifPopupAfterSelection: true
|
closeGifPopupAfterSelection: true
|
||||||
onSendTransactionCommandButtonClicked: {
|
onSendTransactionCommandButtonClicked: {
|
||||||
root.rootStore.createChatStartSendTransactionProcess = true;
|
root.rootStore.createChatStartSendTransactionProcess = true;
|
||||||
|
@ -1014,6 +1014,7 @@ Item {
|
|||||||
sourceComponent: CreateChatView {
|
sourceComponent: CreateChatView {
|
||||||
rootStore: chatLayoutContainer.rootStore
|
rootStore: chatLayoutContainer.rootStore
|
||||||
emojiPopup: statusEmojiPopup
|
emojiPopup: statusEmojiPopup
|
||||||
|
stickersPopup: statusStickersPopup
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user