diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-19 17:49:57 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-19 17:49:57 +0200 |
commit | 752ffa5c5187ae4e55c6cfb77ba90edd7e3848c8 (patch) | |
tree | cb8e53f79499632d02d4db2c19a4d74d4a846822 /resources/qml/emoji/StickerPicker.qml | |
parent | Cache sticker picker (diff) | |
download | nheko-752ffa5c5187ae4e55c6cfb77ba90edd7e3848c8.tar.xz |
Model alias is still needed
Diffstat (limited to 'resources/qml/emoji/StickerPicker.qml')
-rw-r--r-- | resources/qml/emoji/StickerPicker.qml | 1 |
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 |