LiquidGUI [1.3.0.0]
- Round psutil result by 2 decimal places.
This commit is contained in:
@@ -14,4 +14,4 @@ class SysVitals_Helper():
|
||||
if component.value[0] in temps:
|
||||
for entry in temps[component.value[0]]:
|
||||
if entry.label == component.value[1]:
|
||||
return entry.current
|
||||
return round(entry.current, 2)
|
||||
Reference in New Issue
Block a user