aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/gameActivityToggle/index.tsx
diff options
context:
space:
mode:
authorNuckyz <61953774+Nuckyz@users.noreply.github.com>2023-04-10 18:59:48 -0300
committerGitHub <noreply@github.com>2023-04-10 23:59:48 +0200
commit65f7cf9503a0c95affb3b6c2b694c6d2d26b90eb (patch)
tree45a2b876cf4737902b1f6d1454414faad0517435 /src/plugins/gameActivityToggle/index.tsx
parent40a7aa5079ec6df5a9f965c7a1a28821cce14973 (diff)
downloadVencord-65f7cf9503a0c95affb3b6c2b694c6d2d26b90eb.tar.gz
Vencord-65f7cf9503a0c95affb3b6c2b694c6d2d26b90eb.tar.bz2
Vencord-65f7cf9503a0c95affb3b6c2b694c6d2d26b90eb.zip
Nicer GameActivity & SilentMsg UX; Fix [object Object] jumpscare (#863)
Diffstat (limited to 'src/plugins/gameActivityToggle/index.tsx')
-rw-r--r--src/plugins/gameActivityToggle/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gameActivityToggle/index.tsx b/src/plugins/gameActivityToggle/index.tsx
index c656f3c..827bea5 100644
--- a/src/plugins/gameActivityToggle/index.tsx
+++ b/src/plugins/gameActivityToggle/index.tsx
@@ -48,7 +48,7 @@ function GameActivityToggleButton() {
return (
<Button
- tooltipText="Toggle Game Activity"
+ tooltipText={showCurrentGame ? "Disable Game Activity" : "Enable Game Activity"}
icon={makeIcon(showCurrentGame)}
role="switch"
aria-checked={!showCurrentGame}