mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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")
|
||||
description: i18n("Whether to hide the navigation panel.")
|
||||
checked: !kcm.navigationPanelEnabled
|
||||
switchControl.onCheckStateChanged: {
|
||||
onCheckedChanged: {
|
||||
if (checked != !kcm.navigationPanelEnabled) {
|
||||
kcm.navigationPanelEnabled = !checked;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue