You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
iOS: Fix voice typing URL setting incorrectly visible (#10643)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user