diff --git a/src/renderer/src/components/ExportConfirm.tsx b/src/renderer/src/components/ExportConfirm.tsx index 7e889b4b72..9814b06f06 100644 --- a/src/renderer/src/components/ExportConfirm.tsx +++ b/src/renderer/src/components/ExportConfirm.tsx @@ -425,8 +425,10 @@ function ExportConfirm({ {t('Smart cut (experimental):')} + {needSmartCut &&
{t('Smart cut is experimental and will not work on all files.')}
} + setEnableSmartCut((v) => !v)} />