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",
|
||||
replacement: {
|
||||
match: /isExpanded:\i&&.*?,/,
|
||||
replace: "isExpanded:true,"
|
||||
match: /isExpanded:\i&&(.+?),/,
|
||||
replace: "isExpanded:$1,"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user