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
System Settings
Commits
847832c8
Commit
847832c8
authored
Oct 09, 2020
by
Nate Graham
Browse files
Fix users KCM string in default set of KCMs to show on home screen
It was renamed from kcm_user_manager to kcm_users in 5.20.
parent
7b61837e
Changes
1
Hide whitespace changes
Inline
Side-by-side
sidebar/SidebarMode.cpp
View file @
847832c8
...
...
@@ -115,7 +115,7 @@ public:
item
->
setData
(
QUrl
(
QStringLiteral
(
"kcm:kcm_lookandfeel.desktop"
)),
ResultModel
::
ResourceRole
);
m_defaultModel
->
appendRow
(
item
);
item
=
new
QStandardItem
();
item
->
setData
(
QUrl
(
QStringLiteral
(
"kcm:user
_manager
.desktop"
)),
ResultModel
::
ResourceRole
);
item
->
setData
(
QUrl
(
QStringLiteral
(
"kcm:user
s
.desktop"
)),
ResultModel
::
ResourceRole
);
m_defaultModel
->
appendRow
(
item
);
item
=
new
QStandardItem
();
item
->
setData
(
QUrl
(
QStringLiteral
(
"kcm:screenlocker.desktop"
)),
ResultModel
::
ResourceRole
);
...
...
Nate Graham
@ngraham
mentioned in commit
efa16964
·
Oct 09, 2020
mentioned in commit
efa16964
mentioned in commit efa16964ded7194e85b3eed7b32c584921dcac99
Toggle commit list
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