UI: Change the github button in the About window to a gitlab one

This commit is contained in:
GreemDev
2025-03-14 23:42:57 -05:00
parent 80ab0f96b9
commit 11ea020092
8 changed files with 30 additions and 30 deletions

View File

@ -19,8 +19,8 @@ namespace Ryujinx.Ava.UI.Views.Dialog
{
InitializeComponent();
GitHubRepoButton.Tag =
$"https://github.com/{ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelRepo}";
GitRepoButton.Tag =
$"https://git.ryujinx.app/{ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}";
}
public static async Task Show()