mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-30 13:57:38 +00:00
Fixed the power sensor display in the desktop gadget.
This commit is contained in:
@@ -515,6 +515,9 @@ namespace OpenHardwareMonitor.GUI {
|
|||||||
case SensorType.Flow:
|
case SensorType.Flow:
|
||||||
format = "{0:F0} L/h";
|
format = "{0:F0} L/h";
|
||||||
break;
|
break;
|
||||||
|
case SensorType.Power:
|
||||||
|
format = "{0:F1} W";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sensor.SensorType == SensorType.Temperature &&
|
if (sensor.SensorType == SensorType.Temperature &&
|
||||||
|
Reference in New Issue
Block a user