mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
MOBILE: Read profile settings from git
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
d4dbd0bee7
commit
11dcae436e
3 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "git-access.h"
|
||||
#include "libdivecomputer/version.h"
|
||||
|
||||
struct preferences prefs, informational_prefs;
|
||||
struct preferences prefs, informational_prefs, git_prefs;
|
||||
struct preferences default_prefs = {
|
||||
.cloud_base_url = "https://cloud.subsurface-divelog.org/",
|
||||
#if defined(SUBSURFACE_MOBILE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue