UI: Show what each value is in the Game Info dialog, add game icon

This commit is contained in:
Evan Husted
2025-02-04 22:47:12 -06:00
parent 1972a47f39
commit bd08a111a8
8 changed files with 155 additions and 112 deletions

View File

@ -26,7 +26,8 @@ namespace Ryujinx.Ava.UI.Controls
PrimaryButtonText = string.Empty,
SecondaryButtonText = string.Empty,
CloseButtonText = LocaleManager.Instance[LocaleKeys.SettingsButtonClose],
Content = new ApplicationDataView { DataContext = appData }
MinWidth = 256,
Content = new ApplicationDataView { DataContext = new ApplicationDataViewModel(appData) }
};
Style closeButton = new(x => x.Name("CloseButton"));