Implement Discord rich presence (#3711)
This commit is contained in:
parent
652f14506b
commit
1484b4d8cf
17 changed files with 383 additions and 43 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include <SimpleIni.h>
|
||||
|
||||
#include "diablo.h"
|
||||
#include "discord/discord.h"
|
||||
#include "engine/demomode.h"
|
||||
#include "options.h"
|
||||
#include "qol/monhealthbar.h"
|
||||
|
|
@ -278,6 +279,7 @@ void OptionLanguageCodeChanged()
|
|||
void OptionGameModeChanged()
|
||||
{
|
||||
gbIsHellfire = *sgOptions.StartUp.gameMode == StartUpGameMode::Hellfire;
|
||||
discord_manager::UpdateMenu(true);
|
||||
}
|
||||
|
||||
void OptionSharewareChanged()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue