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 && (