mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01: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
@ -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 New Issue
Block a user