minor labelling change

This commit is contained in:
Mikkeli Matlock
2026-01-26 18:04:36 +09:00
parent a750af55a3
commit d60d3a7a30

View File

@@ -104,7 +104,7 @@ class SystemBar extends StatelessWidget {
theme: theme,
),
_Indicator(
label: 'Chassis',
label: 'Mains',
value: voltage != null ? '${voltage!.toStringAsFixed(1)} V' : 'N/A',
isAbnormal: voltage == null || voltage! < 11.9,
alignment: Alignment.centerLeft,