mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
3a0ffb70a0
commit
492369b312
4 changed files with 24 additions and 11 deletions
1
pref.h
1
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue