summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGordon N. Squash <[email protected]>2021-04-07 00:34:38 -0400
committerGitHub <[email protected]>2021-04-07 12:34:38 +0800
commitedc67fcaf4be1c14ab562a172a3e3a08e757d078 (patch)
tree3840abedd35ae659053d99786010e8a97d78ab68 /data
parent8245b0e9dadb7c8be534301bf0060227199e79d6 (diff)
downloadmate-panel-edc67fcaf4be1c14ab562a172a3e3a08e757d078.tar.bz2
mate-panel-edc67fcaf4be1c14ab562a172a3e3a08e757d078.tar.xz
Make Recent Documents list in Places menu of configurable length (#1216)
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.panel.menubar.gschema.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/org.mate.panel.menubar.gschema.xml.in b/data/org.mate.panel.menubar.gschema.xml.in
index efcd1d63..3bf1e8a6 100644
--- a/data/org.mate.panel.menubar.gschema.xml.in
+++ b/data/org.mate.panel.menubar.gschema.xml.in
@@ -50,5 +50,11 @@
<summary>Threshold of menu items before submenu is created</summary>
<description>Maximum number of menu items (i.e. bookmarks) that are displayed without being put in a submenu.</description>
</key>
+ <key name="max-recent-items" type="i">
+ <range min="-1"/>
+ <default>10</default>
+ <summary>Maximum number of recent documents displayed in the Places menu</summary>
+ <description>Maximum number of recent documents that are displayed in the Places menu at a time. If this is set to -1, all known recent documents will be displayed.</description>
+ </key>
</schema>
</schemalist>