You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +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,
|
||||
public: true,
|
||||
storage: SettingStorage.File,
|
||||
appTypes: [AppType.Desktop],
|
||||
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.',
|
||||
section: 'note',
|
||||
|
||||
Reference in New Issue
Block a user