GameActivityToggle: Fix showing button (#3256)
This commit is contained in:
parent
8d0f312122
commit
ff82532a18
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default definePlugin({
|
|||
{
|
||||
find: "#{intl::ACCOUNT_SPEAKING_WHILE_MUTED}",
|
||||
replacement: {
|
||||
match: /this\.renderNameZone\(\).+?children:\[/,
|
||||
match: /className:\i\.buttons,.{0,50}children:\[/,
|
||||
replace: "$&$self.GameActivityToggleButton(),"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue