fix: chore: Remove in-app links to the now gone GitHub, replace those that we can with the GitLab URLs.

This commit is contained in:
GreemDev
2025-03-14 17:37:35 -05:00
parent 4590ffce65
commit 70f3dae146
6 changed files with 13 additions and 26 deletions

View File

@@ -174,19 +174,6 @@
FontSize="11"
Text="{Binding FormerDevelopers}"
TextWrapping="Wrap" />
<Button
Margin="0, 5, 0, 0"
Padding="5"
HorizontalAlignment="Left"
Background="Transparent"
Click="Button_OnClick"
Tag="https://github.com/Ryubing/Ryujinx/graphs/contributors?type=a">
<TextBlock
FontSize="10"
Text="{ext:Locale AboutRyujinxContributorsButtonHeader}"
TextAlignment="End"
ToolTip.Tip="{ext:Locale AboutRyujinxMaintainersContentTooltipMessage}" />
</Button>
</StackPanel>
</Grid>
</Grid>