Use 2 decimal for sync progression in home page

This commit is contained in:
thomas 2024-11-13 17:27:48 +01:00
parent 327f0ea665
commit 5d65a4e125

View File

@ -63,7 +63,7 @@ pub fn home_view<'a>(
.push(
match sync_status {
SyncStatus::BlockchainSync(progress) => text(format!(
"Syncing blockchain ({:.1}%)",
"Syncing blockchain ({:.2}%)",
100.0 * *progress
)),
SyncStatus::WalletFullScan => text("Syncing"),