BetterFolders: Fix including open folders in main sidebar (#3064)
This commit is contained in:
parent
cdfc89b819
commit
df44edd41b
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ export default definePlugin({
|
|||
]
|
||||
},
|
||||
{
|
||||
find: ".FOLDER_ITEM_GUILD_ICON_MARGIN);",
|
||||
find: ".expandedFolderBackground,",
|
||||
predicate: () => settings.store.sidebar,
|
||||
replacement: [
|
||||
// We use arguments[0] to access the isBetterFolders variable in this nested folder component (the parent exports all the props so we don't have to patch it)
|
||||
|
|
Loading…
Reference in a new issue