Prototype

This commit is contained in:
2026-03-12 10:41:38 +00:00
parent 715dfbbc38
commit e0bba8cbfc

View File

@@ -494,7 +494,7 @@ export default function CdRipConfigPanel({
{encodeCommandPreview ? <small>2) {encodeCommandPreview}</small> : null}
{!isFinished ? (
<>
<ProgressBar value={clampedProgress} />
<ProgressBar value={clampedProgress} showValue={false} />
<small>{Math.round(clampedProgress)}%{eta ? ` | ETA ${eta}` : ''}</small>
</>
) : null}