You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/plugins/betterFolders/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ export default definePlugin({
159
159
]
160
160
},
161
161
{
162
-
find: ".FOLDER_ITEM_GUILD_ICON_MARGIN);",
162
+
find: ".expandedFolderBackground,",
163
163
predicate: ()=>settings.store.sidebar,
164
164
replacement: [
165
165
// 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