Add the player select applet. #537
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature-playerSelect"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This introduces the somewhat completed version of the Player Select Applet, allowing users to select either a user or a guest from the UI. Note: Selecting the guest more then once currently does not work.
closes https://github.com/Ryubing/Ryujinx/issues/532
ObservableCollection<BaseModel> profiles = [];
NavigationDialogHost nav = new();
UserSelectorDialog content = new(profiles);
Same suggestion here as the other observable collection
Download the artifacts for this pull request:
Only for Developers
sender is Grid { DataContext: UserProfile profile }
Identical to above
The value names in tuples should be PascalCase;
Task<(UserId Id, bool Result)>