mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 16:25:54 +00:00
Also display a tooltip when the item is highlighted by gamepad/keyboard
This commit is contained in:
parent
ef99f02bc7
commit
61d90a5a88
@ -105,7 +105,7 @@ GridView {
|
|||||||
ToolTip.text: model.name
|
ToolTip.text: model.name
|
||||||
ToolTip.delay: 1000
|
ToolTip.delay: 1000
|
||||||
ToolTip.timeout: 5000
|
ToolTip.timeout: 5000
|
||||||
ToolTip.visible: parent.hovered && truncated
|
ToolTip.visible: (parent.hovered || parent.highlighted) && truncated
|
||||||
}
|
}
|
||||||
|
|
||||||
function launchOrResumeSelectedApp()
|
function launchOrResumeSelectedApp()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user