MOBILE: Read profile settings from git

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
Joakim Bygdell 2017-02-04 10:42:00 +01:00 committed by Dirk Hohndel
parent d4dbd0bee7
commit 11dcae436e
3 changed files with 5 additions and 2 deletions

View file

@ -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)