About window: Add changelog link under ver. number (#5095)

This commit is contained in:
yell0wsuit
2023-05-29 04:13:40 +07:00
committed by GitHub
parent dd514a115c
commit c9e297b74c
4 changed files with 42 additions and 1 deletions

View File

@ -76,5 +76,10 @@ namespace Ryujinx.Ui.Windows
{
OpenHelper.OpenUrl("https://github.com/Ryujinx/Ryujinx/graphs/contributors?type=a");
}
private void ChangelogButton_Pressed(object sender, ButtonPressEventArgs args)
{
OpenHelper.OpenUrl("https://github.com/Ryujinx/Ryujinx/wiki/Changelog#ryujinx-changelog");
}
}
}