mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 23:26:40 +00:00
Changing some stuff in ChangelogWindow
This commit is contained in:
parent
d8d05d0f62
commit
9e473dde99
1 changed files with 3 additions and 1 deletions
|
@ -19,12 +19,14 @@ using System.Net.Http;
|
||||||
|
|
||||||
namespace Ryujinx.Ava.UI.Windows
|
namespace Ryujinx.Ava.UI.Windows
|
||||||
{
|
{
|
||||||
public partial class ChangelogWindow : Window
|
public partial class ChangelogWindow : StyleableWindow
|
||||||
{
|
{
|
||||||
public ChangelogWindow()
|
public ChangelogWindow()
|
||||||
{
|
{
|
||||||
|
DataContext = this;
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
InitializeAsync();
|
InitializeAsync();
|
||||||
|
Title = $"Ryujinx {Program.Version} - " + LocaleManager.Instance[LocaleKeys.ChangelogWindowTitle];
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void InitializeAsync()
|
private async void InitializeAsync()
|
||||||
|
|
Loading…
Reference in a new issue