mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
kcm: Fix missing property
This commit is contained in:
parent
31ae31737c
commit
b57b26803d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ KCM.SimpleKCM {
|
||||||
text: i18n("Gesture-only Mode")
|
text: i18n("Gesture-only Mode")
|
||||||
description: i18n("Whether to hide the navigation panel.")
|
description: i18n("Whether to hide the navigation panel.")
|
||||||
checked: !kcm.navigationPanelEnabled
|
checked: !kcm.navigationPanelEnabled
|
||||||
switchControl.onCheckStateChanged: {
|
onCheckedChanged: {
|
||||||
if (checked != !kcm.navigationPanelEnabled) {
|
if (checked != !kcm.navigationPanelEnabled) {
|
||||||
kcm.navigationPanelEnabled = !checked;
|
kcm.navigationPanelEnabled = !checked;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue