mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 21:26:38 +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
|
||||
{
|
||||
public partial class ChangelogWindow : Window
|
||||
public partial class ChangelogWindow : StyleableWindow
|
||||
{
|
||||
public ChangelogWindow()
|
||||
{
|
||||
DataContext = this;
|
||||
InitializeComponent();
|
||||
InitializeAsync();
|
||||
Title = $"Ryujinx {Program.Version} - " + LocaleManager.Instance[LocaleKeys.ChangelogWindowTitle];
|
||||
}
|
||||
|
||||
private async void InitializeAsync()
|
||||
|
|
Loading…
Reference in a new issue