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
e78a69f7
Commit
e78a69f7
authored
Nov 24, 2020
by
Nate Graham
Browse files
[Folder View] Match new context menu separator position from Dolphin
parent
6e66bf62
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/desktop/plugins/folder/foldermodel.cpp
View file @
e78a69f7
...
...
@@ -1820,8 +1820,8 @@ void FolderModel::openContextMenu(QQuickItem *visualParent, Qt::KeyboardModifier
menu
->
addAction
(
m_actionCollection
.
action
(
QStringLiteral
(
"paste"
)));
}
menu
->
addSeparator
();
menu
->
addAction
(
m_actionCollection
.
action
(
QStringLiteral
(
"rename"
)));
menu
->
addSeparator
();
menu
->
addAction
(
m_actionCollection
.
action
(
QStringLiteral
(
"restoreFromTrash"
)));
KConfigGroup
cg
(
KSharedConfig
::
openConfig
(),
"KDE"
);
...
...
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