SteamController: DS4 backpanel and haptic settings are part of Release build

This commit is contained in:
Kamil Trzcinski 2023-07-04 23:58:57 +02:00
parent d2b673086b
commit 3fb344b89c
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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