Prevent multiple instances of the same page on the StackView and stub out GamepadMapper

This commit is contained in:
Cameron Gutman
2018-07-08 22:37:29 -07:00
parent a47f59d1a4
commit 62cf95d55e
4 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -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 {