Fix BetterFolders freeze and add new options (#1923)

This commit is contained in:
Nuckyz 2023-10-28 17:18:00 -03:00 committed by GitHub
parent bfb48b4faf
commit 4b958d17fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 96 additions and 24 deletions

View file

@ -33,6 +33,7 @@ export default ErrorBoundary.wrap(guildsBarProps => {
<GuildsBar
{...guildsBarProps}
isBetterFolders={true}
betterFoldersExpandedIds={expandedFolders}
/>
);