mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-07 17:07:15 +00:00
infra: use src.ryujinx.app redirect domain for git repo button
This commit is contained in:
parent
02ad827a94
commit
d85ec0eff5
@ -113,6 +113,7 @@
|
|||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
Click="Button_OnClick"
|
Click="Button_OnClick"
|
||||||
CornerRadius="15"
|
CornerRadius="15"
|
||||||
|
Tag="https://src.ryujinx.app"
|
||||||
ToolTip.Tip="{ext:Locale AboutGitLabUrlTooltipMessage}">
|
ToolTip.Tip="{ext:Locale AboutGitLabUrlTooltipMessage}">
|
||||||
<Image Source="{Binding GitLabLogo}" />
|
<Image Source="{Binding GitLabLogo}" />
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -6,7 +6,6 @@ using Ryujinx.Ava.Common.Locale;
|
|||||||
using Ryujinx.Ava.UI.Controls;
|
using Ryujinx.Ava.UI.Controls;
|
||||||
using Ryujinx.Ava.UI.Helpers;
|
using Ryujinx.Ava.UI.Helpers;
|
||||||
using Ryujinx.Ava.UI.ViewModels;
|
using Ryujinx.Ava.UI.ViewModels;
|
||||||
using Ryujinx.Common;
|
|
||||||
using Ryujinx.Common.Helper;
|
using Ryujinx.Common.Helper;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Button = Avalonia.Controls.Button;
|
using Button = Avalonia.Controls.Button;
|
||||||
@ -18,9 +17,6 @@ namespace Ryujinx.Ava.UI.Views.Dialog
|
|||||||
public AboutView()
|
public AboutView()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
GitRepoButton.Tag =
|
|
||||||
$"https://git.ryujinx.app/{ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static async Task Show()
|
public static async Task Show()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user