mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-11 01:54:24 +01:00
Update Sensors.cs
This commit is contained in:
parent
1314774149
commit
c9d8a0e686
|
|
@ -57,7 +57,7 @@ namespace PerformanceOverlay
|
|||
|
||||
public override string? GetValue(Sensors sensors)
|
||||
{
|
||||
return ConvertToString(Value());
|
||||
return Value();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue