mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
Add Setup.exe installer to install all except RTSS
This commit is contained in:
parent
bc395eb5de
commit
2941f66230
14 changed files with 446 additions and 12 deletions
|
|
@ -15,6 +15,11 @@ namespace FanControl
|
|||
|
||||
public FanControlForm()
|
||||
{
|
||||
Instance.OnUninstall(() =>
|
||||
{
|
||||
startupManager.Startup = false;
|
||||
});
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
Text += " v" + Application.ProductVersion.ToString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue