summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-12 11:48:56 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-12 11:48:56 -0700
commit492369b3125b2c1c91f134c360110440b03d33b6 (patch)
tree4434e38a493f80a4fd5418350a4a1f002270fd87 /pref.h
parent3a0ffb70a0549b5c717e256cf602aadf2ea782a8 (diff)
downloadsubsurface-492369b3125b2c1c91f134c360110440b03d33b6.tar.gz
Cloud storage: Add preference option whether to sync in the background
This defaults to on as that's the most useful setting for the average user. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index e8b9571cd..c7e0ad8ee 100644
--- a/pref.h
+++ b/pref.h
@@ -95,6 +95,7 @@ struct preferences {
char *cloud_storage_email_encoded;
bool save_password_local;
bool show_cloud_pin;
+ bool cloud_background_sync;
};
enum unit_system_values {
METRIC,