diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2025-01-30 19:20:18 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2025-01-30 19:20:18 -0500 |
commit | 15751fda06b742a293f94f5727ac1aa83221855f (patch) | |
tree | 49f83a0efda3e7be9e0e98f373f104a9a69ea607 /src/discord/objects.hpp | |
parent | 6d8fbe6dc9026801f2cf6980d6f39f7406a016b5 (diff) | |
download | abaddon-portaudio-15751fda06b742a293f94f5727ac1aa83221855f.tar.gz abaddon-portaudio-15751fda06b742a293f94f5727ac1aa83221855f.zip |
add has_client_mods to identify props
Diffstat (limited to 'src/discord/objects.hpp')
-rw-r--r-- | src/discord/objects.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/objects.hpp b/src/discord/objects.hpp index 44afe8d..fb5e117 100644 --- a/src/discord/objects.hpp +++ b/src/discord/objects.hpp @@ -396,6 +396,7 @@ struct IdentifyProperties { std::string Browser; std::string Device; std::string SystemLocale; + bool HasClientMods; std::string BrowserUserAgent; std::string BrowserVersion; std::string OSVersion; |