mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 01:18:50 +00:00
big edit
This commit is contained in:
parent
80ea7ec2cf
commit
f66922d813
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user