diff options
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> |