diff options
Diffstat (limited to 'data/gsettings/org.gnome.shotwell.gschema.xml')
-rw-r--r-- | data/gsettings/org.gnome.shotwell.gschema.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/gsettings/org.gnome.shotwell.gschema.xml b/data/gsettings/org.gnome.shotwell.gschema.xml index 1823e03..68204d0 100644 --- a/data/gsettings/org.gnome.shotwell.gschema.xml +++ b/data/gsettings/org.gnome.shotwell.gschema.xml @@ -210,6 +210,12 @@ <summary>Show title</summary> <description>Whether to show the title of a photo during the slideshow</description> </key> + + <key name="shuffle" type="b"> + <default>false</default> + <summary>Shuffle</summary> + <description>Whether to shuffle the order of photos during the slideshow</description> + </key> </schema> <schema id="org.gnome.shotwell.preferences.window"> |