diff options
author | Pablo Barciela <[email protected]> | 2018-07-28 04:14:47 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-08-01 15:19:29 -0400 |
commit | 03238f85321f178e56b62a1f029169f3c21dc964 (patch) | |
tree | 2b84e413392157bf914afefbb8c23a84314a69f2 /data/org.mate.pluma.gschema.xml.in | |
parent | 323d3a3e68244e825b0955efdf7042d3c35d49c2 (diff) | |
download | pluma-03238f85321f178e56b62a1f029169f3c21dc964.tar.bz2 pluma-03238f85321f178e56b62a1f029169f3c21dc964.tar.xz |
add the option to hide the frist tab if there is only one tab
Diffstat (limited to 'data/org.mate.pluma.gschema.xml.in')
-rw-r--r-- | data/org.mate.pluma.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.pluma.gschema.xml.in b/data/org.mate.pluma.gschema.xml.in index 3305283f..7cbaba7f 100644 --- a/data/org.mate.pluma.gschema.xml.in +++ b/data/org.mate.pluma.gschema.xml.in @@ -16,6 +16,11 @@ <summary>Switch tabs with [ctrl] + [tab]</summary> <description>If true, it enables the ability to switch tabs using [ctrl + tab] and [ctrl + shift + tab].</description> </key> + <key name="show-single-tab" type="b"> + <default>true</default> + <summary>Show the first tab if there is only one tab</summary> + <description>If false, it hides the first tab if there is only one tab.</description> + </key> <key name="color-scheme" type="s"> <default>'tango'</default> <summary>Style Scheme</summary> |