From 3557138c84a6adf4be891fdf5f8c1ba132f7a3d4 Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:16:25 -0700 Subject: [PATCH] iOS: Fix voice typing URL setting incorrectly visible (#10643) --- packages/lib/models/Setting.ts | 2 ++ 1 file changed, 2 insertions(+) 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', },