From 1449f785f7b8d0c75919a692dfc5b36aa6efa610 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 8 May 2017 15:51:38 +0200 Subject: [PATCH] Fix so that sliding the switch also changes the mode --- resources/qml/Sidebar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index dbb15028cb..ec187cef91 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -468,7 +468,7 @@ Rectangle acceptedButtons: Qt.NoButton } - onClicked: + onCheckedChanged: { var index = 0; if (checked)