summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-09 10:38:35 +0100
committerPapoteur <papoteur@mageia.org>2018-12-15 15:46:34 +0100
commitea8a12ebbbf0be656939baeb520876a601bfb456 (patch)
tree0c8ecc6fa9b6b6184303c4a8126c817b4d80bc7b /qml/mw-ui.qml
parentebbce4c52f3e6f2888c105fe65fc772f40dff063 (diff)
downloadmageiawelcome-ea8a12ebbbf0be656939baeb520876a601bfb456.tar
mageiawelcome-ea8a12ebbbf0be656939baeb520876a601bfb456.tar.gz
mageiawelcome-ea8a12ebbbf0be656939baeb520876a601bfb456.tar.bz2
mageiawelcome-ea8a12ebbbf0be656939baeb520876a601bfb456.tar.xz
mageiawelcome-ea8a12ebbbf0be656939baeb520876a601bfb456.zip
Manage checkbox norun at launch
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)
}
}
}