UI: Update About window with the current status of the project.

This commit is contained in:
Evan Husted
2024-12-08 13:04:01 -06:00
parent ec11bf2af9
commit 39252b7267
3 changed files with 14 additions and 3 deletions

View File

@ -33,7 +33,7 @@ namespace Ryujinx.Ava.UI.Windows
PrimaryButtonText = string.Empty,
SecondaryButtonText = string.Empty,
CloseButtonText = LocaleManager.Instance[LocaleKeys.UserProfilesClose],
Content = new AboutWindow(),
Content = new AboutWindow()
};
Style closeButton = new(x => x.Name("CloseButton"));