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
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue