Skip to content

Commit ff82532

Browse files
authored
GameActivityToggle: Fix showing button (#3256)
1 parent 8d0f312 commit ff82532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/gameActivityToggle/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default definePlugin({
9595
{
9696
find: "#{intl::ACCOUNT_SPEAKING_WHILE_MUTED}",
9797
replacement: {
98-
match: /this\.renderNameZone\(\).+?children:\[/,
98+
match: /className:\i\.buttons,.{0,50}children:\[/,
9999
replace: "$&$self.GameActivityToggleButton(),"
100100
}
101101
}

0 commit comments

Comments
 (0)