mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
Remove "View Apps" and change "View Hidden Apps" to "View All Apps"
This commit is contained in:
+1
-11
@@ -164,17 +164,7 @@ CenteredGridView {
|
|||||||
id: pcContextMenu
|
id: pcContextMenu
|
||||||
NavigableMenuItem {
|
NavigableMenuItem {
|
||||||
parentMenu: pcContextMenu
|
parentMenu: pcContextMenu
|
||||||
text: qsTr("View Apps")
|
text: qsTr("View All Apps")
|
||||||
onTriggered: {
|
|
||||||
var component = Qt.createComponent("AppView.qml")
|
|
||||||
var appView = component.createObject(stackView, {"computerIndex": index, "objectName": model.name, "showGames": true})
|
|
||||||
stackView.push(appView)
|
|
||||||
}
|
|
||||||
visible: model.online && model.paired
|
|
||||||
}
|
|
||||||
NavigableMenuItem {
|
|
||||||
parentMenu: pcContextMenu
|
|
||||||
text: qsTr("View Hidden Apps")
|
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
var component = Qt.createComponent("AppView.qml")
|
var component = Qt.createComponent("AppView.qml")
|
||||||
var appView = component.createObject(stackView, {"computerIndex": index, "objectName": model.name, "showHiddenGames": true})
|
var appView = component.createObject(stackView, {"computerIndex": index, "objectName": model.name, "showHiddenGames": true})
|
||||||
|
|||||||
Reference in New Issue
Block a user