mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
Fix ChannelTabs on Canary
This commit is contained in:
parent
12453e0b85
commit
6e9b22bd14
3 changed files with 1 additions and 19 deletions
|
@ -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()},["
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue