You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
This commit is contained in:
@@ -594,6 +594,16 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
||||
label: () => _('OCR: Clear cache and re-download language data files'),
|
||||
},
|
||||
|
||||
'ocr.searchInExtractedContent': {
|
||||
value: true,
|
||||
type: SettingItemType.Bool,
|
||||
advanced: true,
|
||||
public: true,
|
||||
appTypes: [AppType.Desktop],
|
||||
storage: SettingStorage.Database,
|
||||
label: () => _('OCR: Search in extracted content'),
|
||||
},
|
||||
|
||||
theme: {
|
||||
value: Setting.THEME_LIGHT,
|
||||
type: SettingItemType.Int,
|
||||
|
||||
Reference in New Issue
Block a user