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

pull/7818/head
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
1 changed files with 1 additions and 2 deletions

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