Skip to content

Commit

Permalink
fix file progress when there are nested folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Apr 7, 2024
1 parent 26c8af1 commit 841c84f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/librqbit/webui/dist/assets/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/librqbit/webui/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"css": [
"assets/index-144bafe5.css"
],
"file": "assets/index-14bf0ca9.js",
"file": "assets/index-4909e839.js",
"isEntry": true,
"src": "index.html"
}
Expand Down
2 changes: 2 additions & 0 deletions crates/librqbit/webui/src/components/FileListInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ const FileTreeComponent: React.FC<{
selectedFiles={selectedFiles}
setSelectedFiles={setSelectedFiles}
initialExpanded={false}
showProgressBar={showProgressBar}
disabled={disabled}
/>
))}
<div className="pl-1">
Expand Down

0 comments on commit 841c84f

Please sign in to comment.