LiquidGUI [1.3.0.0]

- Round psutil result by 2 decimal places.
This commit is contained in:
2025-01-27 00:24:57 +00:00
parent 2226ebbe69
commit 3cf0709dd8
+1 -1
View File
@@ -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)