This commit is contained in:
sebseb7
2025-12-25 06:22:05 +01:00
parent dcdfb27684
commit 822045b06d
3 changed files with 82 additions and 3 deletions

View File

@@ -558,9 +558,7 @@ class ViewManager extends Component {
);
})}
</Box>
<Typography variant="body2" color="text.secondary" sx={{ mt: 2, textAlign: 'center' }}>
📊 Current outputs: {Object.entries(this.state.outputValues).filter(([k, v]) => v > 0).map(([k, v]) => `${k}=${v}`).join(', ') || 'all off'}
</Typography>
</Paper>
)}
</Box>