don't show system backup as its the same page!

This commit is contained in:
proddy
2026-04-19 15:10:41 +02:00
parent acd23925b5
commit e2750b8572

View File

@@ -211,14 +211,15 @@ const DragNdrop = ({ text, onFileSelected }: DragNdropProps) => {
{LL.UPGRADE_IMPORTANT_MESSAGES()} {LL.UPGRADE_IMPORTANT_MESSAGES()}
</DialogTitle> </DialogTitle>
<DialogContent dividers> <DialogContent dividers>
{upgradeImportantMessageType === 1 &&
LL.UPGRADE_IMPORTANT_MESSAGES_1()}
{upgradeImportantMessageType === 2 && {upgradeImportantMessageType === 2 &&
LL.UPGRADE_IMPORTANT_MESSAGES_2()} LL.UPGRADE_IMPORTANT_MESSAGES_2()}
{upgradeImportantMessageType === 1 &&
LL.UPGRADE_IMPORTANT_MESSAGES_1()}
<Typography sx={{ mt: 2 }}> <Typography sx={{ mt: 2 }}>
<Link <Link
target="_blank"
to="https://docs.emsesp.org/FAQ#upgrading-the-firmware" to="https://docs.emsesp.org/FAQ#upgrading-the-firmware"
target="_blank"
rel="noreferrer"
style={{ color: 'lightblue' }} style={{ color: 'lightblue' }}
> >
{LL.ONLINE_HELP()} {LL.ONLINE_HELP()}