mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-04 12:04:01 +01:00
- This makes to autmatically swittch to controller when Playnite Fullscreen is in use. - This makes to automatically disable when Steam is in Big Picture or running Game - Indicate current status with well distinguishable icons - Expose all options via Context Menu
9 lines
418 B
XML
9 lines
418 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SteamController" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="EnableSteamDetection" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |