mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-22 05:40:09 -06:00
misc: Use a method to create window titles.
This commit is contained in:
@ -1705,7 +1705,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
|
||||
Dispatcher.UIThread.InvokeAsync(() =>
|
||||
{
|
||||
Title = $"Ryujinx {Program.Version}";
|
||||
Title = App.FormatTitle();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user