mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cloud storage: create preference entry for base URL
This just deals with the mechanics. There is no UI to enter / change this URL (and that's intentional), neither is it used, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b144518a85
commit
617b105458
3 changed files with 11 additions and 0 deletions
2
pref.h
2
pref.h
|
|
@ -28,6 +28,8 @@ struct preferences {
|
|||
const char *divelist_font;
|
||||
const char *default_filename;
|
||||
const char *default_cylinder;
|
||||
const char *cloud_base_url;
|
||||
const char *cloud_git_url;
|
||||
double font_size;
|
||||
partial_pressure_graphs_t pp_graphs;
|
||||
short mod;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue