Add placeholder text when no PCs are present

This commit is contained in:
Cameron Gutman
2019-03-27 18:13:20 -07:00
parent a079ecd20b
commit f8e2740532
4 changed files with 86 additions and 63 deletions
+1 -5
View File
@@ -18,11 +18,7 @@ ApplicationWindow {
width: 1280
height: 600
StreamingPreferences {
id: prefs
}
visibility: prefs.startWindowed ? "Windowed" : "Maximized"
visibility: StreamingPreferences.startWindowed ? "Windowed" : "Maximized"
Component.onCompleted: {
SdlGamepadKeyNavigation.enable()