My bad whoops

This commit is contained in:
Jacobwasbeast 2025-01-18 18:43:24 -06:00
parent f01cfca9c7
commit 24856a0967

View File

@ -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],