mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-06 00:29:57 +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}
|
## #{GIT_TAG_NAME}
|
||||||
|
|
||||||
- FanControl: Support `0xB030/0xA` device
|
- FanControl: Support `0xB030/0xA` device
|
||||||
|
- SteamController: `DS4` backpanel and haptic settings are part of Release build
|
||||||
|
|
||||||
## 0.6.18
|
## 0.6.18
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -400,10 +400,8 @@ namespace SteamController
|
||||||
Desktop = ProfilesSettings.DesktopPanelSettings.Default,
|
Desktop = ProfilesSettings.DesktopPanelSettings.Default,
|
||||||
X360 = ProfilesSettings.X360BackPanelSettings.Default,
|
X360 = ProfilesSettings.X360BackPanelSettings.Default,
|
||||||
X360Haptic = ProfilesSettings.HapticSettings.X360,
|
X360Haptic = ProfilesSettings.HapticSettings.X360,
|
||||||
#if DEBUG
|
|
||||||
DS4 = ProfilesSettings.DS4BackPanelSettings.Default,
|
DS4 = ProfilesSettings.DS4BackPanelSettings.Default,
|
||||||
DS4Haptic = ProfilesSettings.HapticSettings.DS4,
|
DS4Haptic = ProfilesSettings.HapticSettings.DS4,
|
||||||
#endif
|
|
||||||
Application = Settings.Default,
|
Application = Settings.Default,
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
DEBUG = SettingsDebug.Default
|
DEBUG = SettingsDebug.Default
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue