More accurate ShowAllMessageButtons patch
This commit is contained in:
parent
6d605050e1
commit
b48998d485
@ -28,8 +28,8 @@ export default definePlugin({
|
|||||||
{
|
{
|
||||||
find: ".Messages.MESSAGE_UTILITIES_A11Y_LABEL",
|
find: ".Messages.MESSAGE_UTILITIES_A11Y_LABEL",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /isExpanded:\i&&.*?,/,
|
match: /isExpanded:\i&&(.+?),/,
|
||||||
replace: "isExpanded:true,"
|
replace: "isExpanded:$1,"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user