summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorBulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>2022-04-23 16:37:44 -0400
committerBulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>2022-04-24 12:25:01 -0400
commit64882fd6de5b332850063dd173d9a8908f996cb6 (patch)
tree0417eb8e6f77f5251972f68c9ecb5cf9fdce75d2 /resources/qml
parentCurse you hardcoded qml! (diff)
downloadnheko-64882fd6de5b332850063dd173d9a8908f996cb6.tar.xz
Unhardcode qml
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/emoji/EmojiPicker.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/qml/emoji/EmojiPicker.qml b/resources/qml/emoji/EmojiPicker.qml
index d47173c3..6d747f8c 100644
--- a/resources/qml/emoji/EmojiPicker.qml
+++ b/resources/qml/emoji/EmojiPicker.qml
@@ -146,8 +146,7 @@ Menu {
                     width: 48
                     height: 48
                     hoverEnabled: true
-                    // TODO: Do this based off of Qt::Tooltip role
-                    ToolTip.text: model.unicodeName
+                    ToolTip.text: model.toolTip
                     ToolTip.visible: hovered
                     // TODO: maybe add favorites at some point?
                     onClicked: {