WIP: Fix bugs i make while working on other 2.0 PRs #26

Closed
vaporvee wants to merge 3 commits from polish-2.0 into main
6 changed files with 3 additions and 48 deletions
Showing only changes of commit 7c0ee64175 - Show all commits

View File

@@ -239,6 +239,8 @@ void discord_sdk::clear()
join_secret = "";
spectate_secret = "";
instanced = false;
is_public_party = false;
is_overlay_locked = false;
delete core;
core = nullptr;

View File

@@ -22,7 +22,6 @@ private:
String state;
String details;
// just want to make pr
String large_image;
String large_image_text;
String small_image;
@@ -38,7 +37,7 @@ private:
String join_secret;
String spectate_secret;
bool is_public_party = true;
bool is_public_party;
bool instanced;