Skip to content
GitLab
Menu
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
fbce7c7f
Commit
fbce7c7f
authored
Feb 17, 2021
by
Alexander Lohnau
💬
Committed by
Mikel Johnson
Feb 18, 2021
Browse files
Launch runners KCM in systemsettings
BUG: 433101 FIXED-IN: 5.21 (cherry picked from commit
b72a1659
)
parent
64546c81
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kickoff/package/contents/ui/ConfigGeneral.qml
View file @
fbce7c7f
...
...
@@ -104,7 +104,7 @@ ColumnLayout {
Button
{
icon.name
:
"
settings-configure
"
text
:
i18n
(
"
Configure enabled search plugins
"
)
onPressed
:
KQuickAddons
.
KCMShell
.
open
(
[
"
kcm_plasmasearch
"
]
)
onPressed
:
KQuickAddons
.
KCMShell
.
open
SystemSettings
(
"
kcm_plasmasearch
"
)
}
Item
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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