mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 13:57:39 +00:00
Fix bug with unable to select controller profile from OSD
This commit is contained in:
parent
19e7ed7012
commit
40da017804
2 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace SteamController.Managers
|
|||
sharedData.SetValue(new SteamControllerSetting()
|
||||
{
|
||||
CurrentProfile = context.CurrentProfile?.Name ?? "",
|
||||
SelectableProfiles = SelectableProfiles(context).JoinWith0(),
|
||||
SelectableProfiles = SelectableProfiles(context).JoinWithN(),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue