mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Clickable help and other changes
This commit is contained in:
parent
d56d123e61
commit
52d68d4b7f
6 changed files with 24 additions and 105 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue