From 715756566588557edb3461db277ce58c13109eac Mon Sep 17 00:00:00 2001 From: GreemDev Date: Wed, 28 May 2025 00:13:27 -0500 Subject: [PATCH] UI: RPC: link to release channels on logo in RPC --- src/Ryujinx/Systems/DiscordIntegrationModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Systems/DiscordIntegrationModule.cs b/src/Ryujinx/Systems/DiscordIntegrationModule.cs index 8a3b42ac8..437d35ec1 100644 --- a/src/Ryujinx/Systems/DiscordIntegrationModule.cs +++ b/src/Ryujinx/Systems/DiscordIntegrationModule.cs @@ -23,7 +23,7 @@ namespace Ryujinx.Ava.Systems private static readonly string _description = ReleaseInformation.IsValid - ? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}" + ? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelRepo}" : "dev build"; private const string ApplicationId = "1293250299716173864";