mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-03 15:20:05 +01:00
Fix bug with unable to select controller profile from OSD
This commit is contained in:
parent
19e7ed7012
commit
40da017804
|
|
@ -19,3 +19,4 @@ It does help this project on being supported.
|
|||
- Introduce X360 Haptic profile to improve vibration (in DEBUG)
|
||||
- Re-open Neptune controller every 10 failures
|
||||
- Manage Steam default controller configs to prevent double inputs (in DEBUG, change Settings)
|
||||
- Fix bug with unable to select controller profile from OSD
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ namespace SteamController.Managers
|
|||
sharedData.SetValue(new SteamControllerSetting()
|
||||
{
|
||||
CurrentProfile = context.CurrentProfile?.Name ?? "",
|
||||
SelectableProfiles = SelectableProfiles(context).JoinWith0(),
|
||||
SelectableProfiles = SelectableProfiles(context).JoinWithN(),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue