mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
Fixed: Don't show percentage text on Fat progress bar
This commit is contained in:
parent
7d22696b1f
commit
c51fe81f41
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue