mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
add smart cut warning #2020
This commit is contained in:
parent
5d5b4decd4
commit
a1cf64ac13
@ -425,8 +425,10 @@ function ExportConfirm({
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
{t('Smart cut (experimental):')}
|
{t('Smart cut (experimental):')}
|
||||||
|
{needSmartCut && <div style={warningStyle}>{t('Smart cut is experimental and will not work on all files.')}</div>}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
<Switch checked={enableSmartCut} onCheckedChange={() => setEnableSmartCut((v) => !v)} />
|
<Switch checked={enableSmartCut} onCheckedChange={() => setEnableSmartCut((v) => !v)} />
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
Reference in New Issue
Block a user