mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 04:36:23 +02:00
UI: RPC: Remove release channel from RPC logo hover
This commit is contained in:
parent
92b2947f04
commit
3429361a5d
1 changed files with 1 additions and 4 deletions
|
@ -21,10 +21,7 @@ namespace Ryujinx.Ava.Systems
|
||||||
private static string VersionString
|
private static string VersionString
|
||||||
=> (ReleaseInformation.IsCanaryBuild ? "Canary " : string.Empty) + $"v{ReleaseInformation.Version}";
|
=> (ReleaseInformation.IsCanaryBuild ? "Canary " : string.Empty) + $"v{ReleaseInformation.Version}";
|
||||||
|
|
||||||
private static readonly string _description =
|
private static readonly string _description = ReleaseInformation.IsValid ? VersionString : "dev build";
|
||||||
ReleaseInformation.IsValid
|
|
||||||
? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelRepo}"
|
|
||||||
: "dev build";
|
|
||||||
|
|
||||||
private const string ApplicationId = "1293250299716173864";
|
private const string ApplicationId = "1293250299716173864";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue