1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:28:11 +00:00
serenity/Userland/Services/FileOperation
Andreas Kling bf1ef6533c FileManager+FileOperation: Show byte progress of current file
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.
2021-04-13 10:12:50 +02:00
..
CMakeLists.txt FileOperation: Add a new helper program for out-of-process file ops 2021-04-13 10:12:50 +02:00
main.cpp FileManager+FileOperation: Show byte progress of current file 2021-04-13 10:12:50 +02:00