Git commit 49062c33b7be9fcb6285e21adf09978dbbadc946 by Yuri Chornoivan. Committed on 27/08/2022 at 07:55. Pushed by yurchor into branch 'master'.
Documented the new option for tab duplication M +1 -0 doc-extras/ChangeLog M +5 -0 doc/konfigurator.docbook https://invent.kde.org/utilities/krusader/commit/49062c33b7be9fcb6285e21adf09978dbbadc946 diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index d5eff4a4..ffef76a5 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -23,6 +23,7 @@ Date: 20xx-xx-xx ADDED: Documented that now new tabs start in current folder ADDED: Documented that new tabs can be inserted next to the current tab or at the end of the tab list ADDED: Documented the new active tab duplication mode selector + ADDED: Documented the new option for the tab duplication 2.7.2 diff --git a/doc/konfigurator.docbook b/doc/konfigurator.docbook index 0308b46d..a7f55a7f 100644 --- a/doc/konfigurator.docbook +++ b/doc/konfigurator.docbook @@ -272,6 +272,11 @@ <guilabel>Show Tab Bar on single tab</guilabel>: If checked, &krusader; displays the Tab Bar even if there is only one <link linkend="folder-tabs">tab</link> on the panel.</para> </listitem> + <listitem> + <para> + <guilabel>New tab button duplicates a tab</guilabel>: If checked, + new tab button duplicates a <link linkend="folder-tabs">tab</link>, otherwise it opens a tab in home folder.</para> + </listitem> </itemizedlist> <itemizedlist> <title>
