My bad whoops
This commit is contained in:
parent
f01cfca9c7
commit
24856a0967
@ -78,7 +78,7 @@ namespace Ryujinx.Ava.UI.Applet
|
|||||||
_selectedUserId = userProfile.UserId;
|
_selectedUserId = userProfile.UserId;
|
||||||
Logger.Info?.Print(LogClass.UI, $"Selected user: {userProfile.UserId}");
|
Logger.Info?.Print(LogClass.UI, $"Selected user: {userProfile.UserId}");
|
||||||
|
|
||||||
var newProfiles = new ObservableCollection<BaseModel>();
|
ObservableCollection<BaseModel> newProfiles = [];
|
||||||
|
|
||||||
foreach (var item in Profiles)
|
foreach (var item in Profiles)
|
||||||
{
|
{
|
||||||
@ -105,7 +105,7 @@ namespace Ryujinx.Ava.UI.Applet
|
|||||||
{
|
{
|
||||||
content._selectedUserId = accountManagerLastOpenedUser.UserId;
|
content._selectedUserId = accountManagerLastOpenedUser.UserId;
|
||||||
|
|
||||||
var contentDialog = new ContentDialog
|
ContentDialog contentDialog = new()
|
||||||
{
|
{
|
||||||
Title = LocaleManager.Instance[LocaleKeys.UserProfileWindowTitle],
|
Title = LocaleManager.Instance[LocaleKeys.UserProfileWindowTitle],
|
||||||
PrimaryButtonText = LocaleManager.Instance[LocaleKeys.Continue],
|
PrimaryButtonText = LocaleManager.Instance[LocaleKeys.Continue],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user