mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Prevent multiple instances of the same page on the StackView and stub out GamepadMapper
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ GridView {
|
||||
var component = Qt.createComponent("AppView.qml")
|
||||
var appView = component.createObject(stackView)
|
||||
appView.computerIndex = index
|
||||
appView.objectName = "Apps on " + model.name
|
||||
appView.objectName = model.name
|
||||
stackView.push(appView)
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user