Fix ChannelTabs

This commit is contained in:
thororen1234 2024-09-24 16:48:45 -04:00
parent 5cf840b59a
commit 0d4cc32a19

View file

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