diff options
author | Secret Foxtail <remmy@megapahit.net> | 2025-07-28 05:23:18 -0600 |
---|---|---|
committer | Secret Foxtail <remmy@megapahit.net> | 2025-07-28 05:23:18 -0600 |
commit | c1adf320af2ca2afd9ed05cccc9031b99fc7ee60 (patch) | |
tree | 0e1f1e1e1d4d5b5010123b1c762f7969947f0ffa /indra/newview/llappviewer.h | |
parent | dbb0336d4a4739759371f52ab305fa2bd9237f3b (diff) |
Discord Rich Presence: Hide name & connect to llappviewer.cpp
Add option to show/hide avatar name in privacy panel & connect rich presense directly to llappviewer.cpp
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 79db515970..2185295b30 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -252,7 +252,7 @@ public: #ifdef LL_DISCORD static void initDiscordSocial(); - static void handleDiscordSocial(bool enable); + static void handleDiscordSocial(const LLSD& newvalue); static void updateDiscordActivity(); #endif |