From bc092252582d0e94c1470f7480c2b12f525d6667 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:10:44 -0300 Subject: [PATCH] Add missing patches predicates to BetterFolders --- src/plugins/betterFolders/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/betterFolders/index.tsx b/src/plugins/betterFolders/index.tsx index e4bdc980..5eb0fb16 100644 --- a/src/plugins/betterFolders/index.tsx +++ b/src/plugins/betterFolders/index.tsx @@ -117,6 +117,7 @@ export default definePlugin({ }, { find: ".FOLDER_ITEM_GUILD_ICON_MARGIN);", + predicate: () => settings.store.sidebar, replacement: [ // Create the isBetterFolders variable in the nested folders component (the parent exports all the props so we don't have to patch it) {