RESTART button is green

This commit is contained in:
proddy
2026-08-23 22:18:42 +02:00
parent 015da730bf
commit 5aed596140
+1 -1
View File
@@ -900,7 +900,7 @@ const Version = () => {
startIcon={<PowerSettingsNewIcon />} startIcon={<PowerSettingsNewIcon />}
variant="outlined" variant="outlined"
onClick={doRestart} onClick={doRestart}
color="error" color="success"
> >
{LL.RESTART()} {LL.RESTART()}
</Button> </Button>