From d943050a93ba59d500fa3196d00529e7b2e6b925 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 30 Apr 2016 10:36:01 -0700 Subject: QML UI: make offline the default Signed-off-by: Dirk Hohndel --- core/subsurfacestartup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index bb257960a..c2881a17f 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -10,6 +10,9 @@ struct preferences prefs, informational_prefs; struct preferences default_prefs = { .cloud_base_url = "https://cloud.subsurface-divelog.org/", +#if defined(SUBSURFACE_MOBILE) + .git_local_only = true, +#endif .units = SI_UNITS, .unit_system = METRIC, .coordinates_traditional = true, -- cgit v1.2.3-70-g09d2