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
4a1bf5c1
Commit
4a1bf5c1
authored
Nov 21, 2020
by
Mikel Johnson
Browse files
[Kicker] Don't add separator before "Recent files"
parent
e83998f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kicker/plugin/appentry.cpp
View file @
4a1bf5c1
...
...
@@ -167,8 +167,7 @@ QVariantList AppEntry::actions() const
const
QVariantList
&
addLauncherActions
=
Kicker
::
createAddLauncherActionList
(
appletInterface
,
m_service
);
if
(
!
systemImmutable
&&
!
addLauncherActions
.
isEmpty
())
{
actionList
<<
addLauncherActions
<<
Kicker
::
createSeparatorActionItem
();
actionList
<<
addLauncherActions
;
}
const
QVariantList
&
recentDocuments
=
Kicker
::
recentDocumentActions
(
m_service
);
...
...
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