Initialize gamepad navigation when streaming from the terminal

This commit is contained in:
Cameron Gutman
2020-08-29 12:59:13 -07:00
parent 1bc3675548
commit 81019fa2a8
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ CenteredGridView {
currentIndex = -1
}
// Note: Any initialization done here that is critical for streaming must
// also be done in CliStartStreamSegue.qml, since this code does not run
// for command-line initiated streams.
StackView.onActivated: {
// Setup signals on CM
ComputerManager.computerAddCompleted.connect(addComplete)