aboutsummaryrefslogtreecommitdiffstats
path: root/mobility/sysinfo/qml/ScreenSaverPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobility/sysinfo/qml/ScreenSaverPage.qml')
-rw-r--r--mobility/sysinfo/qml/ScreenSaverPage.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobility/sysinfo/qml/ScreenSaverPage.qml b/mobility/sysinfo/qml/ScreenSaverPage.qml
index 9b8d951..26d4e92 100644
--- a/mobility/sysinfo/qml/ScreenSaverPage.qml
+++ b/mobility/sysinfo/qml/ScreenSaverPage.qml
@@ -5,4 +5,6 @@ Page {
id: screenSaverTab
orientationLock: PageOrientation.LockLandscape
anchors.margins: UiConstants.DefaultMargin
+
+ RadioButton { text: "Screen saver inhibited"; checked: dataModel.screenSaverInhibited }
}