mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
iOS: Fix voice typing URL setting incorrectly visible (#10643)
This commit is contained in:
parent
77e74112ad
commit
3557138c84
@ -1907,6 +1907,8 @@ class Setting extends BaseModel {
|
||||
appTypes: [AppType.Mobile],
|
||||
description: () => _('Leave it blank to download the language files from the default website'),
|
||||
label: () => _('Voice typing language files (URL)'),
|
||||
// For now, iOS doesn't support voice typing.
|
||||
show: () => shim.mobilePlatform() !== 'ios',
|
||||
section: 'note',
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user