1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Merge branch 'release-2.11' into dev

This commit is contained in:
Laurent Cozic
2023-07-03 13:14:33 +01:00
65 changed files with 4418 additions and 5276 deletions

View File

@ -1699,6 +1699,16 @@ class Setting extends BaseModel {
public: false,
},
'voiceTypingBaseUrl': {
value: '',
type: SettingItemType.String,
public: true,
appTypes: [AppType.Mobile],
description: () => _('Leave it blank to download the language files from the default website'),
label: () => _('Voice typing language files (URL)'),
section: 'note',
},
};
this.metadata_ = { ...this.buildInMetadata_ };