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 Desktop
Commits
7cd8e75d
Commit
7cd8e75d
authored
Jan 20, 2021
by
David Edmundson
Browse files
[applets/keyboardlayout] Fix config hookup
By using the automagic kcfg system we have the apply button work correctly.
parent
c11af6b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/keyboardlayout/contents/ui/configGeneral.qml
View file @
7cd8e75d
...
...
@@ -4,10 +4,10 @@ import QtQuick.Layouts 1.12
import
org
.
kde
.
kirigami
2.5
as
Kirigami
Kirigami.FormLayout
{
property
alias
cfg_showFlag
:
showFlagCheckBox
.
checked
CheckBox
{
checked
:
plasmoid
.
configuration
.
showFlag
onCheckedChanged
:
plasmoid
.
configuration
.
showFlag
=
checked
id
:
showFlagCheckBox
text
:
i18n
(
"
Show flag
"
)
}
}
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