summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index 7130f0f59..655a1a5d9 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -68,7 +68,15 @@ struct preferences default_prefs = {
.access_token = NULL
},
.defaultsetpoint = 1100,
- .cloud_background_sync = true
+ .cloud_background_sync = true,
+ .geocoding = {
+ .enable_geocoding = false,
+ .parse_dive_without_gps = false,
+ .tag_existing_dives = false,
+ .first_item = NULL,
+ .second_item = NULL,
+ .third_item = NULL
+ }
};
int run_survey;