You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Chore: Desktop: Update for share permissions (#8528)
This commit is contained in:
@ -717,6 +717,12 @@ class Setting extends BaseModel {
|
||||
secure: true,
|
||||
},
|
||||
|
||||
'sync.10.inboxEmail': { value: '', type: SettingItemType.String, public: false },
|
||||
|
||||
'sync.10.inboxId': { value: '', type: SettingItemType.String, public: false },
|
||||
|
||||
'sync.10.canUseSharePermissions': { value: false, type: SettingItemType.Bool, public: false },
|
||||
|
||||
'sync.5.syncTargets': { value: {}, type: SettingItemType.Object, public: false },
|
||||
|
||||
'sync.resourceDownloadMode': {
|
||||
@ -1714,10 +1720,6 @@ class Setting extends BaseModel {
|
||||
label: () => _('Voice typing language files (URL)'),
|
||||
section: 'note',
|
||||
},
|
||||
|
||||
'emailToNote.inboxEmail': { value: '', type: SettingItemType.String, public: false },
|
||||
|
||||
'emailToNote.inboxJopId': { value: '', type: SettingItemType.String, public: false },
|
||||
};
|
||||
|
||||
this.metadata_ = { ...this.buildInMetadata_ };
|
||||
|
Reference in New Issue
Block a user