UI: Reorganize Game Info dialog popup + localization
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Ryujinx.Ava.UI.Controls
|
||||
{
|
||||
ContentDialog contentDialog = new()
|
||||
{
|
||||
Title = appData.Name,
|
||||
PrimaryButtonText = string.Empty,
|
||||
SecondaryButtonText = string.Empty,
|
||||
CloseButtonText = LocaleManager.Instance[LocaleKeys.SettingsButtonClose],
|
||||
|
||||
Reference in New Issue
Block a user