mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-25 01:28:52 -05:00
VSC Didnt Save - Welcome Back ChannelTabs
This commit is contained in:
parent
d97b18d8e5
commit
403fbeeac7
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: ".COLLECTIBLES_SHOP_FULLSCREEN))",
|
find: ".COLLECTIBLES_SHOP_FULLSCREEN))",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(\?void 0:(\i)\.channelId.{0,300}return)((.{0,15})"div",{.*?\])\}\)\}\}/,
|
match: /(\?void 0:(\i)\.channelId.{0,300}return)((.{0,15})"div",{.*?\])(\}\)\}\})/,
|
||||||
replace: "$1$4$self.render,{currentChannel:$2,children:$3})})}}"
|
replace: "$1$4$self.render,{currentChannel:$2,children:$3})$5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// ctrl click to open in new tab in inbox unread
|
// ctrl click to open in new tab in inbox unread
|
||||||
|
|
Loading…
Add table
Reference in a new issue