Fix ChannelTabs on Canary

This commit is contained in:
thororen1234 2024-12-09 21:20:38 -05:00
parent 12453e0b85
commit 6e9b22bd14
3 changed files with 1 additions and 19 deletions

View file

@ -82,14 +82,6 @@ export default definePlugin({
match: /\i&&\((\i).maxHeight.{0,5}\)/,
replace: "$&;$1.maxHeight-=$self.containerHeight"
}
},
// workaround for app directory killing our component, see comments in ChannelTabContainer.tsx
{
find: ".ApplicationDirectoryEntrypointNames.EXTERNAL",
replacement: {
match: /(\.guildSettingsSection\).{0,30})},\[/,
replace: "$1;$self.onAppDirectoryClose()},["
}
}
],