mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-06 07:36:26 +02:00
misc: chore: Rename UserSelectorDialog to ProfileSelectorDialog
This commit is contained in:
parent
06d34a5992
commit
d3f84a1305
4 changed files with 14 additions and 14 deletions
|
@ -4,7 +4,7 @@ using System.Collections.ObjectModel;
|
|||
|
||||
namespace Ryujinx.Ava.UI.ViewModels
|
||||
{
|
||||
public partial class UserSelectorDialogViewModel : BaseModel
|
||||
public partial class ProfileSelectorDialogViewModel : BaseModel
|
||||
{
|
||||
|
||||
[ObservableProperty] private UserId _selectedUserId;
|
Loading…
Add table
Add a link
Reference in a new issue