diff options
author | Wu Xiaotian <[email protected]> | 2019-05-09 12:19:23 +0800 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-05-09 15:10:37 -0400 |
commit | 16fe21a84ea333db67e9f0509d619f8d3fee1443 (patch) | |
tree | 6453a1019ae96412af44519c7e23e8f6047e80a2 /data | |
parent | fb24ae35d358177cfaa1706280b3e0752a2ec97b (diff) | |
download | mate-session-manager-16fe21a84ea333db67e9f0509d619f8d3fee1443.tar.bz2 mate-session-manager-16fe21a84ea333db67e9f0509d619f8d3fee1443.tar.xz |
Add Show hidden checkbox and gsettings flag.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.session.gschema.xml.in | 5 | ||||
-rw-r--r-- | data/session-properties.ui | 15 |
2 files changed, 20 insertions, 0 deletions
diff --git a/data/org.mate.session.gschema.xml.in b/data/org.mate.session.gschema.xml.in index b7f8f2d..f151dbb 100644 --- a/data/org.mate.session.gschema.xml.in +++ b/data/org.mate.session.gschema.xml.in @@ -10,6 +10,11 @@ <summary>Save sessions</summary> <description>If enabled, mate-session will save the session automatically.</description> </key> + <key name="show-hidden-apps" type="b"> + <default>false</default> + <summary>Show hidden autostart applications</summary> + <description>If enabled, mate-session-properties will show hidden autostart applications.</description> + </key> <key name="logout-prompt" type="b"> <default>true</default> <summary>Logout prompt</summary> diff --git a/data/session-properties.ui b/data/session-properties.ui index fef715c..b162a15 100644 --- a/data/session-properties.ui +++ b/data/session-properties.ui @@ -141,6 +141,21 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="session_properties_show_hidden_toggle"> + <property name="label" translatable="yes">_Show hidden</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> </child> <child type="tab"> |