diff options
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 0254f0a5a..391cbeb60 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -65,7 +65,8 @@ struct preferences default_prefs = { .album_id = NULL, .access_token = NULL }, - .defaultsetpoint = 1100 + .defaultsetpoint = 1100, + .cloud_background_sync = true }; int run_survey; |