mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-10-30 03:37:52 +00:00
Update Discord RPC impl. Changes the icon name to be same as name in Discord dev portal.
This commit is contained in:
parent
1b1c4f29d4
commit
292c5724da
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void DiscordImpl::Update() {
|
|||
}
|
||||
|
||||
DiscordRichPresence presence{};
|
||||
presence.largeImageKey = "large_icon";
|
||||
presence.largeImageKey = "lime_large_icon";
|
||||
if (is_powered_on) {
|
||||
presence.largeImageText = title.c_str();
|
||||
presence.state = title.c_str();
|
||||
|
|
Loading…
Reference in a new issue