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:
parent
5d5b4decd4
commit
a1cf64ac13
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user