mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Fixed: Don't show percentage text on Fat progress bar
This commit is contained in:
@@ -23,7 +23,7 @@ function MovieIndexProgressBar(props) {
|
||||
progress={progress}
|
||||
kind={getProgressBarKind(status, monitored, hasFile)}
|
||||
size={detailedProgressBar ? sizes.MEDIUM : sizes.SMALL}
|
||||
showText={detailedProgressBar}
|
||||
showText={false} // Hide until we have multi version support
|
||||
width={posterWidth}
|
||||
/>
|
||||
);
|
||||
|
Reference in New Issue
Block a user