mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Update Discord RPC so that it does not show Lime3DS version.
This commit is contained in:
parent
72c41f92e2
commit
bacd935a90
@ -42,8 +42,6 @@ void DiscordImpl::Update() {
|
||||
|
||||
DiscordRichPresence presence{};
|
||||
presence.largeImageKey = "large_icon";
|
||||
presence.smallImageKey = "small_icon";
|
||||
presence.smallImageText = Common::g_build_fullname;
|
||||
if (is_powered_on) {
|
||||
presence.largeImageText = title.c_str();
|
||||
presence.state = title.c_str();
|
||||
|
Loading…
Reference in New Issue
Block a user