mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
fix UserVoiceShow
This commit is contained in:
parent
0c12500c0a
commit
d852393cfb
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ import { Button, Forms, PermissionStore, Toasts } from "@webpack/common";
|
|||
import { Channel } from "discord-types/general";
|
||||
|
||||
const ChannelActions = findByPropsLazy("selectChannel", "selectVoiceChannel");
|
||||
const UserPopoutSection = findByCodeLazy(".lastSection", ".children");
|
||||
const UserPopoutSection = findByCodeLazy(".lastSection", "children:");
|
||||
|
||||
const CONNECT = 1n << 20n;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue