Update Discord RPC impl. Changes the icon name to be same as name in Discord dev portal.

This commit is contained in:
Riley Hawksworth 2024-03-31 23:42:05 +01:00 committed by OpenSauce
parent 1b1c4f29d4
commit 292c5724da

View File

@ -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();