Changes Twitter to X
* Updates all references of Twitter to X. * Updates copyright year in info.plist for macOS
This commit is contained in:
parent
4f75e26ec7
commit
12aa3ccf02
28 changed files with 63 additions and 63 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue