mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
Merge pull request #1882 from erikboto/fix_own_dropbox_id_bug
Settings.h: Don't redefine GC_DROPBOX_CLIENT_ID if it's defined in g…
This commit is contained in:
@@ -46,8 +46,9 @@
|
||||
#define GC_CYCLINGANALYTICS_CLIENT_ID "1504958" // app id
|
||||
|
||||
// Dropbox id
|
||||
#ifndef GC_DROPBOX_CLIENT_ID
|
||||
#define GC_DROPBOX_CLIENT_ID "753fbblhri06ah3"
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* GoldenCheetah Properties are stored in different locations, depending on the prefix defined in the property name. The following different prefixes are supported
|
||||
|
||||
Reference in New Issue
Block a user