diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.Atril.gschema.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index d73069ae..d582018e 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -17,6 +17,12 @@ <summary>Automatically reload then document</summary> <description>The document is automatically reloaded on file change.</description> </key> + <key name="page-cache-size" type="u"> + <default>50</default> + <summary>Page cache size in MiB</summary> + <description>The maximum size that will be used to cache rendered pages, limits maximum zoom level.</description> + </key> + <child name="default" schema="org.mate.Atril.Default"/> </schema> |