mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Also display a tooltip when the item is highlighted by gamepad/keyboard
This commit is contained in:
parent
ef99f02bc7
commit
61d90a5a88
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue