Add option to disable Discord Presence in Qt UI

This commit is contained in:
Sleepy Flower Girl
2018-05-31 22:54:15 -04:00
parent d9351a5b45
commit ae2337aff6
5 changed files with 42 additions and 0 deletions

View File

@ -51,6 +51,7 @@ void Shutdown()
if (!SConfig::GetInstance().bUseDiscordPresence)
return;
Discord_ClearPresence();
Discord_Shutdown();
#endif
}