You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Fixed RN text field and gave different OneDrive token to demo
This commit is contained in:
@@ -376,13 +376,14 @@ Setting.metadata_ = {
|
||||
// Contains constants that are set by the application and
|
||||
// cannot be modified by the user:
|
||||
Setting.constants_ = {
|
||||
'env': 'SET_ME',
|
||||
'appName': 'joplin',
|
||||
'appId': 'SET_ME', // Each app should set this identifier
|
||||
'appType': 'SET_ME', // 'cli' or 'mobile'
|
||||
'resourceDir': '',
|
||||
'profileDir': '',
|
||||
'tempDir': '',
|
||||
env: 'SET_ME',
|
||||
isDemo: false,
|
||||
appName: 'joplin',
|
||||
appId: 'SET_ME', // Each app should set this identifier
|
||||
appType: 'SET_ME', // 'cli' or 'mobile'
|
||||
resourceDir: '',
|
||||
profileDir: '',
|
||||
tempDir: '',
|
||||
}
|
||||
|
||||
export { Setting };
|
||||
Reference in New Issue
Block a user