From bacd935a90d0cacb004f643e4ac71b6d07dcde24 Mon Sep 17 00:00:00 2001 From: Riley Hawksworth Date: Sun, 31 Mar 2024 16:22:48 +0100 Subject: [PATCH] Update Discord RPC so that it does not show Lime3DS version. --- src/lime_qt/discord_impl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lime_qt/discord_impl.cpp b/src/lime_qt/discord_impl.cpp index 1622edf50..f80fcb735 100644 --- a/src/lime_qt/discord_impl.cpp +++ b/src/lime_qt/discord_impl.cpp @@ -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();