Fix ChannelTabs

This commit is contained in:
thororen1234 2024-12-09 13:52:04 -05:00
parent 8941a2bbb7
commit bdcf5726f9

View file

@ -47,7 +47,7 @@ export default definePlugin({
{
find: ".COLLECTIBLES_SHOP_FULLSCREEN))",
replacement: {
match: /(\?void 0:(\i)\.channelId.{0,200})\i\.Fragment,{/,
match: /(\?void 0:(\i)\.channelId.{0,250})\i\.Fragment,{/,
replace: "$1$self.render,{currentChannel:$2,"
}
},