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
SDDM KCM
Commits
81208dde
Commit
81208dde
authored
Jun 06, 2022
by
Alexander Lohnau
💬
Committed by
Nate Graham
Jun 06, 2022
Browse files
Fix broken connect in NewStuff.Action QML component usage
BUG: 454884
(cherry picked from commit
52c57c89
)
parent
34fbb8cf
Pipeline
#186102
passed with stage
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/package/contents/ui/main.qml
View file @
81208dde
...
...
@@ -118,7 +118,7 @@ KCM.GridViewKCM {
NewStuff.Action
{
text
:
i18nc
(
"
@action:button
"
,
"
Get New SDDM Themes...
"
)
configFile
:
"
sddmtheme.knsrc
"
function
onEntryEvent
(
entry
,
event
)
{
onEntryEvent
:
function
(
entry
,
event
)
{
kcm
.
themesModel
.
populate
();
}
}
...
...
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