diff --git a/PerformanceOverlay/Sensors.cs b/PerformanceOverlay/Sensors.cs index 5b46635..a6967d3 100644 --- a/PerformanceOverlay/Sensors.cs +++ b/PerformanceOverlay/Sensors.cs @@ -57,7 +57,7 @@ namespace PerformanceOverlay public override string? GetValue(Sensors sensors) { - return ConvertToString(Value()); + return Value(); } }