diff options
author | ZenWalker <[email protected]> | 2017-09-02 02:05:31 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-09-02 02:27:57 +0200 |
commit | a8cc3156edb422eada7d7fd31467424835c5c809 (patch) | |
tree | 0f55cf2fa94c9fc5244b34f6209d3c64b7c1078c /data | |
parent | cdd2a58cbd2521b7fbf89df2d321381c0df83a7e (diff) | |
download | pluma-a8cc3156edb422eada7d7fd31467424835c5c809.tar.bz2 pluma-a8cc3156edb422eada7d7fd31467424835c5c809.tar.xz |
add gsettings key to hide/show(default) tabs with the side pane
Diffstat (limited to 'data')
-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 8f97fdbe..75fe7d11 100644 --- a/data/org.mate.pluma.gschema.xml.in +++ b/data/org.mate.pluma.gschema.xml.in @@ -196,5 +196,10 @@ <summary>Active plugins</summary> <description>List of active plugins. It contains the "Location" of the active plugins. See the .pluma-plugin file for obtaining the "Location" of a given plugin.</description> </key> + <key name="show-tabs-with-side-pane" type="b"> + <default>true</default> + <summary>Show tabs with side pane</summary> + <description>If false, pluma doesn't show tabs in the notebook with the side pane active.</description> + </key> </schema> </schemalist> |