From bf3edaed6ae0cb838ca083e1227f73365fa113b7 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Fri, 19 Dec 2025 19:22:25 +0100 Subject: [PATCH] Fix GameActivityToggle --- src/plugins/gameActivityToggle/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")!;