ShowHiddenChannels: Fix broken patch (#3635)
This commit is contained in:
parent
67aff64fed
commit
aca30bcb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ export default definePlugin({
|
|||
replace: (m, channel) => `${m}if($self.isHiddenChannel(${channel}))break;`
|
||||
},
|
||||
{
|
||||
match: /(?<="renderHeaderBar",\i=>{.+?hideSearch:(\i)\.isDirectory\(\))/,
|
||||
match: /(?<="renderHeaderBar",\(\)=>{.+?hideSearch:(\i)\.isDirectory\(\))/,
|
||||
replace: (_, channel) => `||$self.isHiddenChannel(${channel})`
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue