┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphinsettingsdialog.cpp
diff options
context:
space:
mode:
authorEric Armbruster <[email protected]>2023-09-06 06:34:13 +0200
committerEric Armbruster <[email protected]>2023-09-09 15:45:26 +0000
commita85863befd616fe86669ac363d74fa7f466ca523 (patch)
tree3f8a87f6a3b13bb935e0332679922a0ce17a76f7 /src/settings/dolphinsettingsdialog.cpp
parentf900801540af7d8c54b75ba7476ebed05529aa59 (diff)
Add open in split view action
This action is shown only if a single folder is selected. The action opens the selected folder in the inactive split view (and opens the split view if necessary). FEATURE: 465500
Diffstat (limited to 'src/settings/dolphinsettingsdialog.cpp')
-rw-r--r--src/settings/dolphinsettingsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings/dolphinsettingsdialog.cpp b/src/settings/dolphinsettingsdialog.cpp
index 3a2ad31e9..d05d5a814 100644
--- a/src/settings/dolphinsettingsdialog.cpp
+++ b/src/settings/dolphinsettingsdialog.cpp
@@ -68,6 +68,7 @@ DolphinSettingsDialog::DolphinSettingsDialog(const QUrl &url, QWidget *parent, K
QStringLiteral("view_mode"),
QStringLiteral("open_in_new_tab"),
QStringLiteral("open_in_new_window"),
+ QStringLiteral("open_in_split_view"),
QStringLiteral("copy_location"),
QStringLiteral("duplicate"),
QStringLiteral("open_terminal_here"),