Changes Twitter to X

* Updates all references of Twitter to X.
* Updates copyright year in info.plist for macOS
This commit is contained in:
Ben Lawrence 2024-08-13 11:57:23 +12:00
parent 4f75e26ec7
commit 12aa3ccf02
No known key found for this signature in database
GPG key ID: 0CC165DA94B90568
28 changed files with 63 additions and 63 deletions

View file

@ -67,9 +67,9 @@ namespace Ryujinx.UI.Windows
OpenHelper.OpenUrl("https://discordapp.com/invite/N2FmfVc");
}
private void TwitterButton_Pressed(object sender, ButtonPressEventArgs args)
private void XButton_Pressed(object sender, ButtonPressEventArgs args)
{
OpenHelper.OpenUrl("https://twitter.com/RyujinxEmu");
OpenHelper.OpenUrl("https://X.com/RyujinxEmu");
}
private void ContributorsButton_Pressed(object sender, ButtonPressEventArgs args)