You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Mobile: Settings: Fix desktop-specific setting visible in note > advanced (#12146)
This commit is contained in:
@@ -1732,6 +1732,7 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
|||||||
type: SettingItemType.Bool,
|
type: SettingItemType.Bool,
|
||||||
public: true,
|
public: true,
|
||||||
storage: SettingStorage.File,
|
storage: SettingStorage.File,
|
||||||
|
appTypes: [AppType.Desktop],
|
||||||
label: () => 'Stronger security controls in the Rich Text Editor',
|
label: () => 'Stronger security controls in the Rich Text Editor',
|
||||||
description: () => 'Improves Rich Text Editor security by applying a strict content security policy to the Rich Text Editor\'s content.',
|
description: () => 'Improves Rich Text Editor security by applying a strict content security policy to the Rich Text Editor\'s content.',
|
||||||
section: 'note',
|
section: 'note',
|
||||||
|
|||||||
Reference in New Issue
Block a user