diff --git a/kcms/mobileshell/package/contents/ui/main.qml b/kcms/mobileshell/package/contents/ui/main.qml index 11135c02..ff910d5e 100644 --- a/kcms/mobileshell/package/contents/ui/main.qml +++ b/kcms/mobileshell/package/contents/ui/main.qml @@ -41,7 +41,7 @@ KCM.SimpleKCM { text: i18n("Gesture-only Mode") description: i18n("Whether to hide the navigation panel.") checked: !kcm.navigationPanelEnabled - switchControl.onCheckStateChanged: { + onCheckedChanged: { if (checked != !kcm.navigationPanelEnabled) { kcm.navigationPanelEnabled = !checked; }