┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_generalsettings.kcfg
diff options
context:
space:
mode:
authorAlexander Saoutkin <[email protected]>2019-06-23 13:22:41 +0200
committerNate Graham <[email protected]>2019-06-23 13:27:25 +0200
commit2647dc47d4ba636e4d1dc350bc48c7983ba0fc93 (patch)
treecf747956bd023d64b8f657b21023381e28dc65e0 /src/settings/dolphin_generalsettings.kcfg
parent0a06b1764cd309e4ec5805eb78ac77a9ca0de4fd (diff)
Adding option to open externally called folder in a new tab
Summary: Adds an option to open externally called folder in a new tab. By default this option is enabled Test Plan: If option selected: 1. All valid arguments passed to Dolphin should be opened in tabs of an instance(s) (if it exists). Duplicate tabs just change activation to current tab. If option not selected: 1. All calls to Dolphin result in a new instance being opened This option does not require Dolphin to be restarted to take effect. Reviewers: #dolphin, elvisangelaccio, ngraham Reviewed By: #dolphin, ngraham Subscribers: broulik, ngraham, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D21736
Diffstat (limited to 'src/settings/dolphin_generalsettings.kcfg')
-rw-r--r--src/settings/dolphin_generalsettings.kcfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings/dolphin_generalsettings.kcfg b/src/settings/dolphin_generalsettings.kcfg
index 5a6bba06b..5a7bb1a01 100644
--- a/src/settings/dolphin_generalsettings.kcfg
+++ b/src/settings/dolphin_generalsettings.kcfg
@@ -26,6 +26,10 @@
<label>Should the full path be shown in the title bar</label>
<default>false</default>
</entry>
+ <entry name="OpenExternallyCalledFolderInNewTab" type="Bool">
+ <label>Should an externally called folder open in a new tab in an existing Dolphin instance</label>
+ <default>true</default>
+ </entry>
<entry name="Version" type="Int">
<label>Internal version of Dolphin, containing 3 digits for major, minor, bugfix</label>
<default>0</default>