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

@ -5,5 +5,8 @@
<Setting Name="EnableSteamDetection" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="StartupProfile" Type="System.String" Scope="User">
<Value Profile="(Default)">Desktop</Value>
</Setting>
</Settings>
</SettingsFile>