mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 14:53:48 +00:00
Extend performance overlay to include FT and others
This commit is contained in:
parent
059d64827f
commit
01f0d6b366
21 changed files with 198 additions and 63 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using FanControl.FromLibreHardwareMonitor;
|
||||
using CommonHelpers.FromLibreHardwareMonitor;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
|
|
@ -17,7 +17,10 @@ namespace FanControl
|
|||
public partial class FanControlForm : Form
|
||||
{
|
||||
private FanController fanControl = new FanController();
|
||||
private StartupManager startupManager = new StartupManager();
|
||||
private StartupManager startupManager = new StartupManager(
|
||||
"Steam Deck Fan Control",
|
||||
"Starts Steam Deck Fan Control on Windows startup."
|
||||
);
|
||||
|
||||
public FanControlForm()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue