1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: Don't show percentage text on Fat progress bar

This commit is contained in:
Qstick 2020-07-09 10:40:58 -04:00
parent 7d22696b1f
commit c51fe81f41

View File

@ -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}
/>
);