Hide Rumble profile from DEBUG

This commit is contained in:
Kamil Trzciński 2022-12-05 11:18:19 +01:00
parent c130427ac6
commit 0e92640085

View file

@ -22,8 +22,9 @@ namespace SteamController
new Profiles.SteamProfile() { Name = "Steam", Visible = false },
new Profiles.SteamWithShorcutsProfile() { Name = "Steam with Shortcuts", Visible = false },
new Profiles.X360Profile() { Name = "X360" },
#if !DEBUG
new Profiles.X360RumbleProfile() { Name = "X360 with Rumble" },
#if DEBUG
#else
new Profiles.X360HapticProfile() { Name = "X360 with Haptic" }
#endif
},
@ -314,8 +315,9 @@ namespace SteamController
{
Desktop = ProfilesSettings.BackPanelSettings.Desktop,
X360 = ProfilesSettings.BackPanelSettings.X360,
#if !DEBUG
X360Rumble = ProfilesSettings.X360RumbleSettings.Default,
#if DEBUG
#else
X360Haptic = ProfilesSettings.X360HapticSettings.Default,
#endif
Application = Settings.Default