fix UserVoiceShow
This commit is contained in:
parent
0c12500c0a
commit
d852393cfb
@ -23,7 +23,7 @@ import { Button, Forms, PermissionStore, Toasts } from "@webpack/common";
|
|||||||
import { Channel } from "discord-types/general";
|
import { Channel } from "discord-types/general";
|
||||||
|
|
||||||
const ChannelActions = findByPropsLazy("selectChannel", "selectVoiceChannel");
|
const ChannelActions = findByPropsLazy("selectChannel", "selectVoiceChannel");
|
||||||
const UserPopoutSection = findByCodeLazy(".lastSection", ".children");
|
const UserPopoutSection = findByCodeLazy(".lastSection", "children:");
|
||||||
|
|
||||||
const CONNECT = 1n << 20n;
|
const CONNECT = 1n << 20n;
|
||||||
|
|
||||||
|
@ -94,19 +94,19 @@ export default definePlugin({
|
|||||||
},
|
},
|
||||||
|
|
||||||
patches: [
|
patches: [
|
||||||
|
// above message box
|
||||||
{
|
{
|
||||||
find: ".showCopiableUsername",
|
find: ".lastEditedByContainer",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /\(0,\w\.jsx\)\(\w{2},{user:\w,setNote/,
|
match: /\(0,\i\.jsx\)\(\i\.\i,{user:\i,setNote/,
|
||||||
// paste my fancy custom button above the message field
|
|
||||||
replace: "$self.patchPopout(arguments[0]),$&",
|
replace: "$self.patchPopout(arguments[0]),$&",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// below username
|
||||||
{
|
{
|
||||||
find: ".USER_PROFILE_MODAL",
|
find: ".USER_PROFILE_MODAL",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /\(\)\.body.+?displayProfile:\i}\),/,
|
match: /\.body.+?displayProfile:\i}\),/,
|
||||||
// paste my fancy custom button below the username
|
|
||||||
replace: "$&$self.patchModal(arguments[0]),",
|
replace: "$&$self.patchModal(arguments[0]),",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user