summary refs log tree commit diff
path: root/resources/qml/emoji
diff options
context:
space:
mode:
authorBulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>2022-04-23 13:51:55 -0400
committerBulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>2022-04-24 12:25:01 -0400
commit1eeee5f3672a30022069b4b615072e07537424af (patch)
tree4702ac8f33dded9d414eaa40185faf3853a5759e /resources/qml/emoji
parentforgot to lint (diff)
downloadnheko-1eeee5f3672a30022069b4b615072e07537424af.tar.xz
Curse you hardcoded qml!
Diffstat (limited to 'resources/qml/emoji')
-rw-r--r--resources/qml/emoji/EmojiPicker.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/emoji/EmojiPicker.qml b/resources/qml/emoji/EmojiPicker.qml

index dc813566..d47173c3 100644 --- a/resources/qml/emoji/EmojiPicker.qml +++ b/resources/qml/emoji/EmojiPicker.qml
@@ -146,7 +146,8 @@ Menu { width: 48 height: 48 hoverEnabled: true - ToolTip.text: model.shortName + // TODO: Do this based off of Qt::Tooltip role + ToolTip.text: model.unicodeName ToolTip.visible: hovered // TODO: maybe add favorites at some point? onClicked: {