1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-28 08:36:27 -05:00

Update information on the fork

This commit is contained in:
reggie
2024-10-03 03:51:36 -05:00
parent 11539dcc66
commit 63f33e068b
3 changed files with 14 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ namespace Ryujinx.UI.Windows
private void DiscordButton_Pressed(object sender, ButtonPressEventArgs args)
{
OpenHelper.OpenUrl("https://example.com/");
OpenHelper.OpenUrl("https://latte.to/discord");
}
private void TwitterButton_Pressed(object sender, ButtonPressEventArgs args)

View File

@@ -151,7 +151,6 @@
ToolTip.Tip="{locale:Locale AboutGithubUrlTooltipMessage}">
<Image Source="{Binding GithubLogo}" />
</Button>
<!--
<Button
MinWidth="30"
MinHeight="30"
@@ -161,10 +160,11 @@
Background="Transparent"
Click="Button_OnClick"
CornerRadius="15"
Tag="https://discordapp.com/invite/N2FmfVc"
Tag="https://latte.to/discord"
ToolTip.Tip="{locale:Locale AboutDiscordUrlTooltipMessage}">
<Image Source="{Binding DiscordLogo}" />
</Button>
<!--
<Button
MinWidth="30"
MinHeight="30"