1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-17 22:36:40 +00:00

Update src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
Bentheminernz 2024-08-13 13:44:29 +12:00 committed by GitHub
parent 12aa3ccf02
commit 193b4398ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ namespace Ryujinx.UI.Windows
private void XButton_Pressed(object sender, ButtonPressEventArgs args) private void XButton_Pressed(object sender, ButtonPressEventArgs args)
{ {
OpenHelper.OpenUrl("https://X.com/RyujinxEmu"); OpenHelper.OpenUrl("https://x.com/RyujinxEmu");
} }
private void ContributorsButton_Pressed(object sender, ButtonPressEventArgs args) private void ContributorsButton_Pressed(object sender, ButtonPressEventArgs args)