Skip to content
Snippets Groups Projects
Commit 1eeee5f3 authored by BulbyVR's avatar BulbyVR
Browse files

Curse you hardcoded qml!

parent 87664554
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment