BetterFolders: Fix folder icon setting

This commit is contained in:
Nuckyz 2024-12-10 18:09:54 -03:00
parent 4a5f0838e2
commit 8d65bcf743
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -185,7 +185,7 @@ export default definePlugin({
{
// Decide if we should render the expanded folder background if we are rendering the Better Folders sidebar
predicate: () => settings.store.showFolderIcon !== FolderIconDisplay.Always,
match: /(?<=\.wrapper,children:\[)/,
match: /(?<=\.isExpanded\),children:\[)/,
replace: "$self.shouldShowFolderIconAndBackground(!!arguments[0]?.isBetterFolders,arguments[0]?.betterFoldersExpandedIds)&&"
},
{