mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add section for all values
This commit is contained in:
@@ -150,9 +150,12 @@ const DownloadUpload = () => {
|
|||||||
))}
|
))}
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
<Typography mt={2} mb={1} variant="body1" color="warning">
|
||||||
|
{LL.DOWNLOAD_SETTINGS_TEXT2()}.
|
||||||
|
</Typography>
|
||||||
|
|
||||||
{standaloneButton && (
|
{standaloneButton && (
|
||||||
<Button
|
<Button
|
||||||
sx={{ mt: 2 }}
|
|
||||||
startIcon={<DownloadIcon />}
|
startIcon={<DownloadIcon />}
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user