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
92ebb01a
Verified
Commit
92ebb01a
authored
Mar 15, 2022
by
Fushan Wen
Browse files
applets/kickoff: Check `KCMShell.authorize` result for the configure button
parent
7d256adb
Pipeline
#150521
passed with stage
in 4 minutes and 36 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
applets/kickoff/package/contents/ui/ConfigGeneral.qml
View file @
92ebb01a
...
...
@@ -84,6 +84,7 @@ ColumnLayout {
}
Button
{
enabled
:
KQuickAddons
.
KCMShell
.
authorize
(
"
kcm_plasmasearch.desktop
"
).
length
>
0
icon.name
:
"
settings-configure
"
text
:
i18nc
(
"
@action:button
"
,
"
Configure Enabled Search Plugins…
"
)
onClicked
:
KQuickAddons
.
KCMShell
.
openSystemSettings
(
"
kcm_plasmasearch
"
)
...
...
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