mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
SteamController: DS4 backpanel and haptic settings are part of Release build
This commit is contained in:
parent
d2b673086b
commit
3fb344b89c
|
|
@ -7,6 +7,7 @@
|
|||
## #{GIT_TAG_NAME}
|
||||
|
||||
- FanControl: Support `0xB030/0xA` device
|
||||
- SteamController: `DS4` backpanel and haptic settings are part of Release build
|
||||
|
||||
## 0.6.18
|
||||
|
||||
|
|
|
|||
|
|
@ -400,10 +400,8 @@ namespace SteamController
|
|||
Desktop = ProfilesSettings.DesktopPanelSettings.Default,
|
||||
X360 = ProfilesSettings.X360BackPanelSettings.Default,
|
||||
X360Haptic = ProfilesSettings.HapticSettings.X360,
|
||||
#if DEBUG
|
||||
DS4 = ProfilesSettings.DS4BackPanelSettings.Default,
|
||||
DS4Haptic = ProfilesSettings.HapticSettings.DS4,
|
||||
#endif
|
||||
Application = Settings.Default,
|
||||
#if DEBUG
|
||||
DEBUG = SettingsDebug.Default
|
||||
|
|
|
|||
Loading…
Reference in a new issue