Skip to content

Commit df44edd

Browse files
authored
BetterFolders: Fix including open folders in main sidebar (#3064)
1 parent cdfc89b commit df44edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/betterFolders/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default definePlugin({
159159
]
160160
},
161161
{
162-
find: ".FOLDER_ITEM_GUILD_ICON_MARGIN);",
162+
find: ".expandedFolderBackground,",
163163
predicate: () => settings.store.sidebar,
164164
replacement: [
165165
// 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)

0 commit comments

Comments
 (0)