summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/launchersettings/main.qml')
-rw-r--r--basicsuite/launchersettings/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/basicsuite/launchersettings/main.qml b/basicsuite/launchersettings/main.qml
index 7c4daaf..8933598 100644
--- a/basicsuite/launchersettings/main.qml
+++ b/basicsuite/launchersettings/main.qml
@@ -208,6 +208,7 @@ Rectangle {
}
}
CheckBox {
+ checked: engine.fpsEnabled
onCheckedChanged: engine.fpsEnabled = checked;
}
}
@@ -243,6 +244,7 @@ Rectangle {
text: if (networkControllerLoader.item != undefined) { networkControllerLoader.item.getIPAddress(); }
font.pixelSize: 18
color: "white"
+ Layout.columnSpan: 2
}
Button {