diff options
Diffstat (limited to 'subsurface-core/pref.h')
-rw-r--r-- | subsurface-core/pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/pref.h b/subsurface-core/pref.h index 348dcfbf2..1e58a6ace 100644 --- a/subsurface-core/pref.h +++ b/subsurface-core/pref.h @@ -125,6 +125,7 @@ struct preferences { short conservatism_level; int time_threshold; int distance_threshold; + bool git_local_only; }; enum unit_system_values { METRIC, |