diff options
Diffstat (limited to 'raphodo/preferences.py')
-rw-r--r-- | raphodo/preferences.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/raphodo/preferences.py b/raphodo/preferences.py index fb5c46f..832b7ac 100644 --- a/raphodo/preferences.py +++ b/raphodo/preferences.py @@ -310,6 +310,8 @@ class Preferences: treat_raw_jpeg=2, # see constants.MarkRawJpeg: mark_raw_jpeg=3, + # introduced in 0.9.6b1: + auto_scroll=True ) device_defaults = dict( only_external_mounts=True, |