Don't offer stickers for reactions

This commit is contained in:
Tobias Fella
2025-04-14 17:04:12 +02:00
parent b8d4ffcedc
commit 854aa34e52
4 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ QQC2.Popup {
property bool includeCustom: false
property bool closeOnChosen: true
property bool showQuickReaction: false
property bool showStickers: true
signal chosen(string emoji)
@@ -71,6 +72,7 @@ QQC2.Popup {
currentRoom: root.currentRoom
includeCustom: root.includeCustom
showQuickReaction: root.showQuickReaction
showStickers: root.showStickers
onChosen: emoji => {
root.chosen(emoji);
if (root.closeOnChosen) {