mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
fix: ShowAllMessageButtons (#1876)
This commit is contained in:
parent
1a9c67bb56
commit
d7f2c5e8b9
1 changed files with 2 additions and 3 deletions
|
@ -28,9 +28,8 @@ export default definePlugin({
|
|||
{
|
||||
find: ".Messages.MESSAGE_UTILITIES_A11Y_LABEL",
|
||||
replacement: {
|
||||
// isExpanded: V, (?<=,V = shiftKeyDown && !H...,|;)
|
||||
match: /isExpanded:(\i),(?<=,\1=\i&&(?=(!.+?)[,;]).+?)/,
|
||||
replace: "isExpanded:$2,"
|
||||
match: /isExpanded:\i&&.*?,/,
|
||||
replace: "isExpanded:true,"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue