Git commit 5fec71dd558ddacefabb8b34900cb76cf0b9045c by Yuri Chornoivan. Committed on 06/06/2020 at 06:01. Pushed by yurchor into branch 'master'.
The new option on hiding tab bar in the Viewer/Editor window is documented M +1 -0 doc-extras/ChangeLog M +8 -2 doc/konfigurator.docbook https://invent.kde.org/utilities/krusader/commit/5fec71dd558ddacefabb8b34900cb76cf0b9045c diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index 369870c5..3f5f6a52 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -15,6 +15,7 @@ Date: 20xx-xx-xx CHANGED: Switch to GitLab ADDED: Docs on closing viewer tabs with the middle mouse button ADDED: Configurable colors to rename line + ADDED: The new option on hiding tab bar in the Viewer/Editor window is documented 2.7.2 diff --git a/doc/konfigurator.docbook b/doc/konfigurator.docbook index d053b797..88a51a1e 100644 --- a/doc/konfigurator.docbook +++ b/doc/konfigurator.docbook @@ -95,7 +95,7 @@ <guilabel>Fallback Icon Theme</guilabel>: Allows you to configure a fallback icon theme for &krusader;. Whenever icon is not found in system icon theme, - this theme will be used as a fallback. + this theme will be used as a fallback. If the fallback theme does not contain the icon, Breeze or Oxygen will be used if any of these are present.</para> </listitem> @@ -507,7 +507,7 @@ <guilabel>Perms</guilabel>: Shows the full permissions, ⪚, '<literal>rwxr-xr-x</literal>' or as octal numbers '<literal>0755</literal>' instead with enable/disable - <guilabel>Numeric Permissions</guilabel> in + <guilabel>Numeric Permissions</guilabel> in <guilabel>Panel View</guilabel> Tab.</para> </listitem> <listitem> @@ -1090,6 +1090,12 @@ among other common methods, by clicking on the tab with the &MMB;. </para> </listitem> + <listitem> + <para> + <guilabel>Hide the tab bar when only one tab is opened</guilabel>: check this + item if you want the Viewer/Editor tab bar to be hidden if only one tab is open. + </para> + </listitem> <listitem> <para> <guilabel>Default viewer mode</guilabel>:
