1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

add smart cut warning #2020

This commit is contained in:
Mikael Finstad 2024-08-27 22:17:54 +02:00
parent 5d5b4decd4
commit a1cf64ac13
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -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>