Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Dolphin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
System
Dolphin
Commits
74320717
Commit
74320717
authored
Dec 06, 2018
by
Nate Graham
🔩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[context menu] Restore separator above 'Properties' that went missing
parent
f7a824b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/dolphincontextmenu.cpp
src/dolphincontextmenu.cpp
+1
-0
No files found.
src/dolphincontextmenu.cpp
View file @
74320717
...
...
@@ -307,6 +307,7 @@ void DolphinContextMenu::openItemContextMenu()
}
// insert 'Properties...' entry
addSeparator
();
QAction
*
propertiesAction
=
m_mainWindow
->
actionCollection
()
->
action
(
QStringLiteral
(
"properties"
));
addAction
(
propertiesAction
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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