1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-09 16:31:45 +00:00

Ryujinx.Ava: Add missing redefinition of app name (#3890)

Before this, Ryujinx would possibly report as "Avalonia Application".
This commit is contained in:
Mary-nyan 2022-11-24 14:52:39 +01:00 committed by GitHub
parent a0c77f8d11
commit 008286b79f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@ namespace Ryujinx.Ava
{
public override void Initialize()
{
Name = $"Ryujinx {Program.Version}";
AvaloniaXamlLoader.Load(this);
}