UI: RPC: Remove release channel from RPC logo hover

This commit is contained in:
GreemDev 2025-05-29 17:35:43 -05:00
parent 92b2947f04
commit 3429361a5d

View File

@ -21,10 +21,7 @@ namespace Ryujinx.Ava.Systems
private static string VersionString
=> (ReleaseInformation.IsCanaryBuild ? "Canary " : string.Empty) + $"v{ReleaseInformation.Version}";
private static readonly string _description =
ReleaseInformation.IsValid
? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelRepo}"
: "dev build";
private static readonly string _description = ReleaseInformation.IsValid ? VersionString : "dev build";
private const string ApplicationId = "1293250299716173864";