Git commit 206d18ef254d2a72a324dfd6cb5ed322093da4b7 by Yuri Chornoivan. Committed on 02/04/2022 at 06:01. Pushed by yurchor into branch 'master'.
Add the autohide option to the docs M +6 -0 doc/kate/configuring.docbook https://invent.kde.org/utilities/kate/commit/206d18ef254d2a72a324dfd6cb5ed322093da4b7 diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook index c936f04b5..98131f0d3 100644 --- a/doc/kate/configuring.docbook +++ b/doc/kate/configuring.docbook @@ -154,6 +154,12 @@ when that file's view receives focus.</para> <listitem><para>Set the maximum number of tabs. Choose <guimenuitem>Unlimited</guimenuitem> if you do not want to restrict this number.</para></listitem> </varlistentry> +<varlistentry> +<term><anchor id="config-general-auto-hide-tabs"/> +<guilabel>Auto hide tabs</guilabel></term> +<listitem><para>When checked tabs will be hidden if only one document is open.</para></listitem> +</varlistentry> + <varlistentry> <term><anchor id="config-general-show-close-button"/> <guilabel>Show close button</guilabel></term>
