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