mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 18:35:13 +00:00
Fix GameActivityToggle
This commit is contained in:
parent
a819d35ac3
commit
bf3edaed6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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")!;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue