This commit is contained in:
ALEZ-DEV 2024-11-06 19:55:18 +01:00
parent 80ea7ec2cf
commit f66922d813

View File

@ -120,7 +120,7 @@ class _DownloadingGame extends StatelessWidget {
Padding( Padding(
padding: const EdgeInsets.only(bottom: 8.0), padding: const EdgeInsets.only(bottom: 8.0),
child: Text( child: Text(
"${currentGb.toStringAsFixed(2)} / ${maxGb.toStringAsFixed(2)} GiB (${pourcent.toStringAsFixed(2)}%) - ${currentSpeed.toStringAsFixed(2)}MiB/s", "${currentGb.toStringAsFixed(2)} / ${maxGb.toStringAsFixed(2)} GiB (${pourcent.toStringAsFixed(2)}%) - ${currentSpeed.toStringAsFixed(2)} MiB/s",
), ),
), ),
YaruLinearProgressIndicator( YaruLinearProgressIndicator(