summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorSecret Foxtail <remmy@megapahit.net>2025-07-28 05:23:18 -0600
committerSecret Foxtail <remmy@megapahit.net>2025-07-28 05:23:18 -0600
commitc1adf320af2ca2afd9ed05cccc9031b99fc7ee60 (patch)
tree0e1f1e1e1d4d5b5010123b1c762f7969947f0ffa /indra/newview/llappviewer.h
parentdbb0336d4a4739759371f52ab305fa2bd9237f3b (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.h2
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