diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-12-17 19:58:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-12-17 19:58:04 +0100 |
commit | f5a0cee8ccecc7b6c6c2d8e9fb6f6eecd53531fe (patch) | |
tree | 4fe410ce27a30bc752d350aa042dae8fd042d0a1 /data/gsettings | |
parent | 87ba373882f475f02a524a120b59ea9fcccf14e5 (diff) |
New upstream version 0.32.4upstream/0.32.4
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"> |