Merge pull request #1 from CoolBeansStudioOfficial/CoolBeansStudioOfficial-patch-1
Update DiscordIntegrationModule.cs
This commit is contained in:
commit
eb9adab42e
1 changed files with 2 additions and 2 deletions
|
@ -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}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue