Curse you hardcoded qml!

This commit is contained in:
BulbyVR 2022-04-23 13:51:55 -04:00
parent 876645544c
commit 1eeee5f367
1 changed files with 2 additions and 1 deletions

View File

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