diff options
Diffstat (limited to 'data/org.mate.eom.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.eom.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.eom.gschema.xml.in.in b/data/org.mate.eom.gschema.xml.in.in index 80b0369..92ede90 100644 --- a/data/org.mate.eom.gschema.xml.in.in +++ b/data/org.mate.eom.gschema.xml.in.in @@ -53,6 +53,11 @@ </key> </schema> <schema id="org.mate.eom.full-screen" path="/org/mate/eom/full-screen/"> + <key name="random" type="b"> + <default>false</default> + <_summary>Randomize the image sequence</_summary> + <_description>Whether the sequence of images should be shown in an random loop.</_description> + </key> <key name="loop" type="b"> <default>true</default> <_summary>Loop through the image sequence</_summary> |