1
0
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:
Henry Heino
2024-06-21 09:16:25 -07:00
committed by GitHub
parent 77e74112ad
commit 3557138c84

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