mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Don't show percentage text on Fat progress bar
This commit is contained in:
parent
7d22696b1f
commit
c51fe81f41
@ -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 New Issue
Block a user