mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 03:17:02 -04:00
Fix Toolbox Popout
This commit is contained in:
parent
fca2c386e0
commit
e47a87dcad
3 changed files with 10 additions and 7 deletions
|
@ -244,7 +244,7 @@ export default definePlugin({
|
|||
{
|
||||
find: "toolbar:function",
|
||||
replacement: {
|
||||
match: /(function \i\(\i\){)(.{1,200}toolbar.{1,200}mobileToolbar)/,
|
||||
match: /(function \i\(\i\){)(.{1,200}toolbar.{1,300}mobileToolbar)/,
|
||||
replace: "$1$self.toolbarAction(arguments[0]);$2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue