mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-20 07:27:38 +00:00
What I meant for the GUI progress bars to show: - Bytes copied of the current file - Files copied of the total set What it actually showed: - Bytes copied of the total bytes - Files copied of the total set This patch fixes it by showing byte progress of the current file instead of byte progress of total bytes.