diff options
Diffstat (limited to 'src/plugins/gameActivityToggle/index.tsx')
-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} |