diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-30 15:14:28 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-30 15:14:28 +0100 |
commit | 99c48b1ee683814d250e06da860d484b408866a5 (patch) | |
tree | 8f9747890141ecb2239159bba04f51e84703bc5a /data/org.mate.eom.gschema.xml.in.in | |
parent | 50c379c71b53373aabae771aa205ee68cc554747 (diff) | |
download | eom-99c48b1ee683814d250e06da860d484b408866a5.tar.bz2 eom-99c48b1ee683814d250e06da860d484b408866a5.tar.xz |
Add random mode in slideshow mode
Closes #20
https://github.com/mate-desktop/eom/issues/20
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> |