FastCopyLab / FastCopy

158 stars 4 forks source link

Notation preference honored only by "TransferRate" #318

Closed x86Gr closed 1 month ago

x86Gr commented 1 month ago

Describe the bug Toggling "Use MB/s instead of MiB/s notation" affects only TransferRate, the other values remain in MiB/s

To Reproduce Toggle "Use MB/s instead of MiB/s notation" and observe the displayed notation

Command line options and various settings Use MB/s instead of MiB/s notation under "Misc Settings"

Version/Environment

shirouzu commented 1 month ago

That setting is intended to affect the TransRate display. However, I'm not sure which display you're talking about, so could you post a screenshot?

x86Gr commented 1 month ago

fc_screen Ok, i understand, but since TotalRead, TotalWrite and VerifyRead are in MiB this is a bit odd. Since we're using Windows the whole environment is using MB, for example: a right click on a folder to know its size would be in MB, therefore comparing it to the progress displayed by FC would be not straightforward. I'd have the notation flag affect all the displayed units.

shirouzu commented 1 month ago

Thank you. (The setting is "Use <MB/s> instead of ...", it is not "Use \<MB> instead of...")

Although the size is displayed in MB in Windows properties, it is actually in MiB (1024 * 1024). So you can directly compare it with FastCopy's MiB value.