summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r--qml/mw-ui.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index 69ac115..27f2943 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -757,6 +757,7 @@ It is highly recommended that you update your system regularly. An Update icon w
CheckBox {
text: qsTr("Show this window at startup")
checked: startupcheck
+ onClicked: norun.setRunAtLaunch(checked)
}
}
}