Fix GameActivityToggle

This commit is contained in:
Vendicated 2025-12-19 19:22:25 +01:00
parent a819d35ac3
commit bf3edaed6a
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -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<boolean>("status", "showCurrentGame")!;