mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 11:43:32 -05:00
I can dream
This commit is contained in:
parent
dcbfb0d90d
commit
a620750f8f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default definePlugin({
|
||||||
predicate: () => settings.store.IconLocation === "toolbar",
|
predicate: () => settings.store.IconLocation === "toolbar",
|
||||||
find: "toolbar:function",
|
find: "toolbar:function",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(function \i\(\i\){)(.{1,200}toolbar.{1,100}mobileToolbar)/,
|
match: /(function \i\(\i\){)(.{1,200}toolbar.{1,200}mobileToolbar)/,
|
||||||
replace: "$1$self.addSBIconToToolBar(arguments[0]);$2"
|
replace: "$1$self.addSBIconToToolBar(arguments[0]);$2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue