mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 00:06:09 +00:00
Add tooltip for hide games option
This commit is contained in:
parent
390544cd9a
commit
949aaaff2a
@ -285,6 +285,11 @@ CenteredGridView {
|
|||||||
text: qsTr("Hide Game")
|
text: qsTr("Hide Game")
|
||||||
onTriggered: appModel.setAppHidden(model.index, !model.hidden)
|
onTriggered: appModel.setAppHidden(model.index, !model.hidden)
|
||||||
enabled: model.hidden || (!model.running && !model.directLaunch)
|
enabled: model.hidden || (!model.running && !model.directLaunch)
|
||||||
|
|
||||||
|
ToolTip.text: qsTr("Hide this game from the app grid. To access hidden games, right-click on the host and choose %1.").arg(qsTr("View All Apps"))
|
||||||
|
ToolTip.delay: 1000
|
||||||
|
ToolTip.timeout: 5000
|
||||||
|
ToolTip.visible: hovered
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user