diff options
| author | Nuckyz <61953774+Nuckyz@users.noreply.github.com> | 2023-04-10 18:59:48 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-10 23:59:48 +0200 |
| commit | 65f7cf9503a0c95affb3b6c2b694c6d2d26b90eb (patch) | |
| tree | 45a2b876cf4737902b1f6d1454414faad0517435 /src/plugins/gameActivityToggle | |
| parent | 40a7aa5079ec6df5a9f965c7a1a28821cce14973 (diff) | |
| download | Vencord-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')
| -rw-r--r-- | src/plugins/gameActivityToggle/index.tsx | 2 |
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} |
