minor labelling change
This commit is contained in:
@@ -104,7 +104,7 @@ class SystemBar extends StatelessWidget {
|
|||||||
theme: theme,
|
theme: theme,
|
||||||
),
|
),
|
||||||
_Indicator(
|
_Indicator(
|
||||||
label: 'Chassis',
|
label: 'Mains',
|
||||||
value: voltage != null ? '${voltage!.toStringAsFixed(1)} V' : 'N/A',
|
value: voltage != null ? '${voltage!.toStringAsFixed(1)} V' : 'N/A',
|
||||||
isAbnormal: voltage == null || voltage! < 11.9,
|
isAbnormal: voltage == null || voltage! < 11.9,
|
||||||
alignment: Alignment.centerLeft,
|
alignment: Alignment.centerLeft,
|
||||||
|
|||||||
Reference in New Issue
Block a user