Update Sensors.cs

This commit is contained in:
Kvintilyanov Aleksandr 2025-03-03 18:35:26 +03:00 committed by GitHub
parent 1314774149
commit c9d8a0e686
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ namespace PerformanceOverlay
public override string? GetValue(Sensors sensors)
{
return ConvertToString(Value());
return Value();
}
}