diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-12-29 18:43:43 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-12-29 18:43:43 +0100 |
commit | 14bc7db2e07c5d1ccfb4d723c9dba395e6c93171 (patch) | |
tree | 7b00861348dedd18d3651537128bbe783dab364c /data/gsettings | |
parent | 1bf62485f701b52ae27433e3570ac24cd7da886f (diff) | |
parent | 67d142325abb0d9345baef77f00a047a7dc1eca3 (diff) |
Merge branch 'release/debian/0.32.4-1'HEADdebian/0.32.4-1master
Diffstat (limited to 'data/gsettings')
-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"> |