diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-09 10:38:35 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | 86bb8ab5bcd4c8920fbe24576e97669d8bd8e84c (patch) | |
tree | bcb7023285a3f07053fb1c5fb347cefe6cbfa4df /qml/mw-ui.qml | |
parent | 17e9e64cfced1efa89aac1599d5b50a718bff38e (diff) | |
download | mageiawelcome-86bb8ab5bcd4c8920fbe24576e97669d8bd8e84c.tar mageiawelcome-86bb8ab5bcd4c8920fbe24576e97669d8bd8e84c.tar.gz mageiawelcome-86bb8ab5bcd4c8920fbe24576e97669d8bd8e84c.tar.bz2 mageiawelcome-86bb8ab5bcd4c8920fbe24576e97669d8bd8e84c.tar.xz mageiawelcome-86bb8ab5bcd4c8920fbe24576e97669d8bd8e84c.zip |
Manage checkbox norun at launch
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 1 |
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) } } } |