Revert "UI: RPC: Remove git hash from RPC ryujinx logo hover information"
This reverts commit 4823599b9cf2b1c7ed844b4c680d9a78e52c398f.
This commit is contained in:
parent
4823599b9c
commit
8046efbb11
@ -24,7 +24,7 @@ namespace Ryujinx.Ava
|
||||
|
||||
private static readonly string _description =
|
||||
ReleaseInformation.IsValid
|
||||
? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}"
|
||||
? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}@{ReleaseInformation.BuildGitHash}"
|
||||
: "dev build";
|
||||
|
||||
private const string ApplicationId = "1293250299716173864";
|
||||
|
Loading…
x
Reference in New Issue
Block a user