mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 06:15:26 +00:00
Allow to configure StartupProfile in SteamController.dll.config
This commit is contained in:
parent
717c1e9ba7
commit
aeb035da5d
5 changed files with 21 additions and 0 deletions
|
|
@ -125,6 +125,8 @@ namespace SteamController
|
|||
|
||||
stopwatch.Start();
|
||||
|
||||
context.SelectProfile(Settings.Default.StartupProfile);
|
||||
|
||||
contextThread = new Thread(ContextState_Update);
|
||||
contextThread.Start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue