mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-25 01:40:26 +01:00
Hide Rumble profile from DEBUG
This commit is contained in:
parent
c130427ac6
commit
0e92640085
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue