1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Chore: Mobile: Fixes #7822: Spellcheck was hidden because of deprecated logic (#7830)

This commit is contained in:
pedr 2023-02-23 10:31:08 -03:00 committed by GitHub
parent 6c12ce0e04
commit 5289f80394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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