Skip to content

Commit

Permalink
add smart cut warning #2020
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Aug 27, 2024
1 parent 5d5b4de commit a1cf64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/src/components/ExportConfirm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,10 @@ function ExportConfirm({
<tr>
<td>
{t('Smart cut (experimental):')}
{needSmartCut && <div style={warningStyle}>{t('Smart cut is experimental and will not work on all files.')}</div>}
</td>
<td>

<Switch checked={enableSmartCut} onCheckedChange={() => setEnableSmartCut((v) => !v)} />
</td>
<td>
Expand Down

0 comments on commit a1cf64a

Please sign in to comment.