diff --git a/src/splash/index.html b/src/splash/index.html index 9066141..5162900 100644 --- a/src/splash/index.html +++ b/src/splash/index.html @@ -71,6 +71,7 @@ console.log('onStateUpdate', progress); text.textContent = status.replaceAll('-', ' '); + if (current) text.textContent += ` (${current}/${total})`; if (progress) { barContainer.style.display = 'block';