mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
This commit is contained in:
parent
6c12ce0e04
commit
5289f80394
@ -1045,8 +1045,7 @@ class Setting extends BaseModel {
|
||||
section: 'note',
|
||||
public: true,
|
||||
appTypes: [AppType.Mobile],
|
||||
show: (settings: any) => settings['editor.beta'],
|
||||
label: () => 'Enable spellcheck in the beta editor',
|
||||
label: () => _('Enable spellcheck in the text editor'),
|
||||
storage: SettingStorage.File,
|
||||
isGlobal: true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user