summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-07-19 17:49:57 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-07-19 17:49:57 +0200
commit752ffa5c5187ae4e55c6cfb77ba90edd7e3848c8 (patch)
treecb8e53f79499632d02d4db2c19a4d74d4a846822
parentCache sticker picker (diff)
downloadnheko-752ffa5c5187ae4e55c6cfb77ba90edd7e3848c8.tar.xz
Model alias is still needed
-rw-r--r--resources/qml/emoji/StickerPicker.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/emoji/StickerPicker.qml b/resources/qml/emoji/StickerPicker.qml

index a3d01d7a..813c0b12 100644 --- a/resources/qml/emoji/StickerPicker.qml +++ b/resources/qml/emoji/StickerPicker.qml
@@ -16,6 +16,7 @@ Menu { property var callback property var colors property string roomid + property alias model: gridView.model property var textArea property real highlightHue: Nheko.colors.highlight.hslHue property real highlightSat: Nheko.colors.highlight.hslSaturation