diff --git a/src/plugins/gameActivityToggle/index.tsx b/src/plugins/gameActivityToggle/index.tsx index 0df692a0..794ddc80 100644 --- a/src/plugins/gameActivityToggle/index.tsx +++ b/src/plugins/gameActivityToggle/index.tsx @@ -28,7 +28,7 @@ import { Menu } from "@webpack/common"; import managedStyle from "./style.css?managed"; -const Button = findComponentByCodeLazy(".NONE,disabled:", ".PANEL_BUTTON"); +const Button = findComponentByCodeLazy(".greenTooltip,", ".greenTooltipContent"); const ShowCurrentGame = getUserSettingLazy("status", "showCurrentGame")!;