pull/2185/head
Mikael Finstad 2024-10-20 23:54:49 +02:00
rodzic cb55bca74c
commit 82dd1e4208
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 28 dodań i 28 usunięć

Wyświetl plik

@ -378,6 +378,25 @@ function ExportConfirm({
</td> </td>
</tr> </tr>
<tr>
<td>
{t('Preserve all MP4/MOV metadata?')}
{isIpod && preserveMovData && <div style={warningStyle}>{t('For the ipod format, it is recommended to deactivate this option')}</div>}
</td>
<td>
<Switch checked={preserveMovData} onCheckedChange={togglePreserveMovData} />
</td>
<td>
{isIpod && preserveMovData ? (
<WarningSignIcon verticalAlign="middle" color="warning" />
) : (
<HelpIcon onClick={onPreserveMovDataHelpPress} />
)}
</td>
</tr>
</>
)}
<tr> <tr>
<td> <td>
{t('Preserve chapters')} {t('Preserve chapters')}
@ -406,25 +425,6 @@ function ExportConfirm({
</td> </td>
</tr> </tr>
<tr>
<td>
{t('Preserve all MP4/MOV metadata?')}
{isIpod && preserveMovData && <div style={warningStyle}>{t('For the ipod format, it is recommended to deactivate this option')}</div>}
</td>
<td>
<Switch checked={preserveMovData} onCheckedChange={togglePreserveMovData} />
</td>
<td>
{isIpod && preserveMovData ? (
<WarningSignIcon verticalAlign="middle" color="warning" />
) : (
<HelpIcon onClick={onPreserveMovDataHelpPress} />
)}
</td>
</tr>
</>
)}
{willMerge && ( {willMerge && (
<> <>
<tr> <tr>