diff options
| author | Nathaniel Graham <[email protected]> | 2018-05-14 16:51:11 -0600 |
|---|---|---|
| committer | Nathaniel Graham <[email protected]> | 2018-05-14 16:51:11 -0600 |
| commit | 56e8e77e683608e101fe8ed79de8668e5db2e223 (patch) | |
| tree | ed32ed7e2dd79fb577d326c8d0055bcd588a3974 /src/dolphincontextmenu.cpp | |
| parent | 720e1a2a3d76ee6580dc132f709a3bd2f7bbd1b9 (diff) | |
Re-add "Open With" items to context menu for files in search view
Diffstat (limited to 'src/dolphincontextmenu.cpp')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index befe98677..f4d184a27 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -231,6 +231,8 @@ void DolphinContextMenu::openItemContextMenu() addSeparator(); } else if (m_baseUrl.scheme().contains(QStringLiteral("search")) || m_baseUrl.scheme().contains(QStringLiteral("timeline"))) { + addOpenWithActions(fileItemActions); + openParentAction = new QAction(QIcon::fromTheme(QStringLiteral("document-open-folder")), i18nc("@action:inmenu", "Open Path"), |
