Also display a tooltip when the item is highlighted by gamepad/keyboard

This commit is contained in:
Cameron Gutman 2018-10-14 22:23:08 -07:00
parent ef99f02bc7
commit 61d90a5a88

View file

@ -105,7 +105,7 @@ GridView {
ToolTip.text: model.name
ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.visible: parent.hovered && truncated
ToolTip.visible: (parent.hovered || parent.highlighted) && truncated
}
function launchOrResumeSelectedApp()