diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-12 11:48:56 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-12 11:48:56 -0700 |
commit | 492369b3125b2c1c91f134c360110440b03d33b6 (patch) | |
tree | 4434e38a493f80a4fd5418350a4a1f002270fd87 /pref.h | |
parent | 3a0ffb70a0549b5c717e256cf602aadf2ea782a8 (diff) | |
download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |