1
0
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:
Henry Heino 2024-06-21 09:16:25 -07:00 committed by GitHub
parent 77e74112ad
commit 3557138c84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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