Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
b57b2680
Commit
b57b2680
authored
Mar 17, 2022
by
Devin Lin
🎨
Browse files
kcm: Fix missing property
parent
31ae3173
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/mobileshell/package/contents/ui/main.qml
View file @
b57b2680
...
...
@@ -41,7 +41,7 @@ KCM.SimpleKCM {
text
:
i18n
(
"
Gesture-only Mode
"
)
description
:
i18n
(
"
Whether to hide the navigation panel.
"
)
checked
:
!
kcm
.
navigationPanelEnabled
switchControl.
onCheck
Stat
eChanged
:
{
onChecke
d
Changed
:
{
if
(
checked
!=
!
kcm
.
navigationPanelEnabled
)
{
kcm
.
navigationPanelEnabled
=
!
checked
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment