GPU Section UI fixes

This commit is contained in:
Serge
2023-06-04 23:20:37 +02:00
parent eff45c1485
commit 9f7da4c20a
2 changed files with 31 additions and 24 deletions

View File

@@ -31,7 +31,7 @@ public static class HardwareControl
{
AppConfig.setConfig("fan_max", fan);
}
private static string FormatFan(int fan)
public static string FormatFan(int fan)
{
// fix for old models
if (fan < 0)