From a1cf64ac131a4dce810a2d35df05e3860b1c189e Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 27 Aug 2024 22:17:54 +0200 Subject: [PATCH] add smart cut warning #2020 --- src/renderer/src/components/ExportConfirm.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderer/src/components/ExportConfirm.tsx b/src/renderer/src/components/ExportConfirm.tsx index 7e889b4b..9814b06f 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)} />