Allow to configure StartupProfile in SteamController.dll.config

This commit is contained in:
Kamil Trzciński 2022-11-27 15:01:15 +01:00
parent 717c1e9ba7
commit aeb035da5d
5 changed files with 21 additions and 0 deletions

View file

@ -125,6 +125,8 @@ namespace SteamController
stopwatch.Start();
context.SelectProfile(Settings.Default.StartupProfile);
contextThread = new Thread(ContextState_Update);
contextThread.Start();
}