diff --git a/packages/lib/models/Setting.ts b/packages/lib/models/Setting.ts index f0ae8d062..cb9b46783 100644 --- a/packages/lib/models/Setting.ts +++ b/packages/lib/models/Setting.ts @@ -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', },