mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 06:15:26 +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
|
|
@ -39,6 +39,11 @@ namespace PowerControl
|
|||
|
||||
public Controller()
|
||||
{
|
||||
Instance.OnUninstall(() =>
|
||||
{
|
||||
startupManager.Startup = false;
|
||||
});
|
||||
|
||||
Instance.RunOnce(TitleWithVersion, "Global\\PowerControl");
|
||||
Instance.RunUpdater(TitleWithVersion);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue