diff options
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h index 2628c3677..8ca763ce8 100644 --- a/core/pref.h +++ b/core/pref.h @@ -154,6 +154,7 @@ struct preferences { int distance_threshold; bool git_local_only; short cloud_timeout; + bool auto_recalculate_thumbnails; locale_prefs_t locale; //: TODO: move the rest of locale based info here. update_manager_prefs_t update_manager; dive_computer_prefs_t dive_computer; |