Browse Source

UI: Change the Discord invite to link to the rules channel

When next stable comes out the old one will be invalidated
Evan Husted 1 năm trước cách đây
mục cha
commit
ad89cf39b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Ryujinx/UI/Windows/AboutWindow.axaml

+ 1 - 1
src/Ryujinx/UI/Windows/AboutWindow.axaml

@@ -125,7 +125,7 @@
                         Background="Transparent"
                         Click="Button_OnClick"
                         CornerRadius="15"
-                        Tag="https://discord.gg/dHPrkBkkyA"
+                        Tag="https://discord.gg/PEuzjrFXUA"
                         ToolTip.Tip="{ext:Locale AboutDiscordUrlTooltipMessage}">
                         <Image Source="{Binding DiscordLogo}" />
                     </Button>