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 Workspace
Commits
6cc5d4cf
Commit
6cc5d4cf
authored
Sep 18, 2020
by
Alexander Lohnau
💬
Browse files
Sync config group when saving KCM
parent
efc34718
Changes
1
Hide whitespace changes
Inline
Side-by-side
runners/kill/killrunner_config.cpp
View file @
6cc5d4cf
...
...
@@ -76,6 +76,7 @@ void KillRunnerConfig::save()
grp
.
writeEntry
(
CONFIG_USE_TRIGGERWORD
,
m_ui
->
useTriggerWord
->
isChecked
());
grp
.
writeEntry
(
CONFIG_TRIGGERWORD
,
m_ui
->
triggerWord
->
text
());
grp
.
writeEntry
(
CONFIG_SORTING
,
m_ui
->
sorting
->
itemData
(
m_ui
->
sorting
->
currentIndex
()));
grp
.
sync
();
emit
changed
(
false
);
}
...
...
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