Compare commits
1 Commits
v25.11.90
...
work/tobia
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe3516b044 |
@@ -17,6 +17,7 @@ ColumnLayout {
|
||||
|
||||
property bool includeCustom: false
|
||||
property bool showQuickReaction: false
|
||||
property NeoChatRoom currentRoom
|
||||
|
||||
readonly property var currentEmojiModel: {
|
||||
if (includeCustom) {
|
||||
|
||||
@@ -60,6 +60,7 @@ QQC2.Popup {
|
||||
currentRoom: root.currentRoom
|
||||
includeCustom: emojiPopup.includeCustom
|
||||
showQuickReaction: emojiPopup.showQuickReaction
|
||||
currentRoom: RoomManager.currentRoom
|
||||
onChosen: {
|
||||
emojiPopup.chosen(emoji)
|
||||
if (emojiPopup.closeOnChosen) emojiPopup.close()
|
||||
|
||||
Reference in New Issue
Block a user