mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
IRCColors Allowing CustomUserColors
This commit is contained in:
parent
078bc546d0
commit
8ec570ebc4
11 changed files with 26 additions and 71 deletions
|
@ -66,12 +66,6 @@ export default definePlugin({
|
|||
{
|
||||
find: "{isSidebarVisible:",
|
||||
replacement: [
|
||||
{
|
||||
// FIXME(Bundler spread transform related): Remove old compatiblity once enough time has passed, if they don't revert
|
||||
match: /(?<=let\{className:(\i),.+?children):\[(\i\.useMemo[^}]+"aria-multiselectable")/,
|
||||
replace: ":[$1?.startsWith('members')?$self.render():null,$2",
|
||||
noWarn: true
|
||||
},
|
||||
{
|
||||
match: /(?<=var\{className:(\i),.+?children):\[(\i\.useMemo[^}]+"aria-multiselectable")/,
|
||||
replace: ":[$1?.startsWith('members')?$self.render():null,$2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue