Merge pull request #1 from CoolBeansStudioOfficial/CoolBeansStudioOfficial-patch-1

Update DiscordIntegrationModule.cs
This commit is contained in:
CoolBeansStudioOfficial 2024-03-10 23:00:15 -05:00 committed by GitHub
commit eb9adab42e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ namespace Ryujinx.UI.Common
{ {
Assets = new Assets Assets = new Assets
{ {
LargeImageKey = "ryujinx", LargeImageKey = $"https://avatars.githubusercontent.com/u/39036280?s=274&v=4",
LargeImageText = Description, LargeImageText = Description,
}, },
Details = "Main Menu", Details = "Main Menu",
@ -68,7 +68,7 @@ namespace Ryujinx.UI.Common
{ {
LargeImageKey = "game", LargeImageKey = "game",
LargeImageText = titleName, LargeImageText = titleName,
SmallImageKey = "ryujinx", SmallImageKey = $"https://avatars.githubusercontent.com/u/39036280?s=274&v=4",
SmallImageText = Description, SmallImageText = Description,
}, },
Details = $"Playing {titleName}", Details = $"Playing {titleName}",