Skip to content

Commit

Permalink
BetterFolders: Fix including open folders in main sidebar (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadan4 authored Dec 6, 2024
1 parent cdfc89b commit df44edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/betterFolders/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df44edd

Please sign in to comment.