From 166250856f947037f26b48e8cb4b8f05b07b2085 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sat, 25 Apr 2026 10:23:25 -0700 Subject: [PATCH] fix(captures): allow dictation without paste permission --- app/src/components/CapturesTab/CapturesTab.tsx | 8 ++++---- app/src/lib/hooks/useChordSync.ts | 12 ++++++------ app/src/lib/hooks/useDictationReadiness.ts | 12 +++++++----- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/app/src/components/CapturesTab/CapturesTab.tsx b/app/src/components/CapturesTab/CapturesTab.tsx index 65c66103..7492d320 100644 --- a/app/src/components/CapturesTab/CapturesTab.tsx +++ b/app/src/components/CapturesTab/CapturesTab.tsx @@ -567,7 +567,7 @@ export function CapturesTab() { {t('captures.actions.configure')} - {readiness.allReady && ( + {readiness.canRecord && (