From 79f1786ac6162d5ab1300f6a99ab686fb6a686bb Mon Sep 17 00:00:00 2001 From: byGalax Date: Sat, 16 May 2026 16:43:00 +0200 Subject: [PATCH] =?UTF-8?q?feat(desktop):=20Settings=20=E2=80=94=20?= =?UTF-8?q?=F0=9F=8C=90=20Global=20toggle=20per=20voice=20hotkey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/desktop/src/pages/SettingsPage.tsx | 54 +++++++++++++++++-------- 1 file changed, 38 insertions(+), 16 deletions(-) diff --git a/apps/desktop/src/pages/SettingsPage.tsx b/apps/desktop/src/pages/SettingsPage.tsx index 09960d3..49b4da0 100644 --- a/apps/desktop/src/pages/SettingsPage.tsx +++ b/apps/desktop/src/pages/SettingsPage.tsx @@ -575,22 +575,44 @@ function VoiceHotkeyControls({ kind }: { kind: VoiceHotkeyKind }) { - +
+ + +
);