chore: Follow up connection status

pull/1595/head
Krille 4 weeks ago
parent 7599ce8627
commit ad138bc7c0
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -20,7 +20,7 @@ extension SyncStatusLocalization on SyncStatusUpdate {
return progress == null
? L10n.of(context).synchronizingPleaseWait
: L10n.of(context).synchronizingPleaseWaitCounter(
progress.round().toString(),
(progress * 100).round().toString(),
);
}
}

Loading…
Cancel
Save