fix TimeBarAllActivities
This commit is contained in:
parent
722dcb033e
commit
2183d2d29d
@ -25,10 +25,10 @@ export default definePlugin({
|
|||||||
authors: [Devs.obscurity],
|
authors: [Devs.obscurity],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: "renderTimeBar=function",
|
find: "}renderTimeBar(",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /renderTimeBar=function\((.{1,3})\){.{0,50}?var/,
|
match: /renderTimeBar\((.{1,3})\){.{0,50}?let/,
|
||||||
replace: "renderTimeBar=function($1){var"
|
replace: "renderTimeBar($1){let"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user