You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Fixes #8844: Hide option to share a notebook when it is not available
This commit is contained in:
@ -723,6 +723,8 @@ class Setting extends BaseModel {
|
||||
|
||||
'sync.10.canUseSharePermissions': { value: false, type: SettingItemType.Bool, public: false },
|
||||
|
||||
'sync.10.accountType': { value: 0, type: SettingItemType.Int, public: false },
|
||||
|
||||
'sync.5.syncTargets': { value: {}, type: SettingItemType.Object, public: false },
|
||||
|
||||
'sync.resourceDownloadMode': {
|
||||
|
Reference in New Issue
Block a user