1
0
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:
Henry Heino
2025-04-23 01:03:33 -07:00
committed by GitHub
parent 7c6c9b3e61
commit 0fe97a1098

View File

@@ -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',