You've already forked joplin
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:
@ -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_ };
|
||||
|
Reference in New Issue
Block a user