Clickable help and other changes

This commit is contained in:
Kamil Trzciński 2022-11-12 13:56:15 +01:00
parent d56d123e61
commit 52d68d4b7f
6 changed files with 24 additions and 105 deletions

View file

@ -206,11 +206,6 @@ namespace FanControl
return value;
}
public override string ToString()
{
return Name;
}
public ushort? CalculateRPM(FanController.FanMode mode)
{
if (!Profiles.ContainsKey(mode) || !Value.HasValue)