mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cloud storage: initial support for confirming the email PIN
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
318bf5cccc
commit
a07376b534
6 changed files with 34 additions and 3 deletions
1
pref.h
1
pref.h
|
|
@ -94,6 +94,7 @@ struct preferences {
|
|||
char *cloud_storage_email;
|
||||
char *cloud_storage_email_encoded;
|
||||
bool save_password_local;
|
||||
bool show_cloud_pin;
|
||||
};
|
||||
enum unit_system_values {
|
||||
METRIC,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue