diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.Atril.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index cd7de5c1..d73069ae 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -12,6 +12,11 @@ <summary>Override document restrictions</summary> <description>Override document restrictions, like restriction to copy or to print.</description> </key> + <key name="auto-reload" type="b"> + <default>true</default> + <summary>Automatically reload then document</summary> + <description>The document is automatically reloaded on file change.</description> + </key> <child name="default" schema="org.mate.Atril.Default"/> </schema> |