Fix Toolbox Popout

This commit is contained in:
thororen1234 2025-02-04 00:13:00 -05:00
parent fca2c386e0
commit e47a87dcad
3 changed files with 10 additions and 7 deletions

View file

@ -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"
}
}