erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

Feature request: Ability to reset "Total downloaded" value #187

Open redactedscribe opened 2 years ago

redactedscribe commented 2 years ago

Since the settings file is a binary file, it's not possible to go in a reset the value to 0.

A UI button to reset the total downloaded statistic (Help > About) would be appreciated, as currently the only option is to delete your settings file, which should work (haven't tested) but would obviously also remove all customizations.

Thanks.

erickutcher commented 2 years ago

You can always open it up in a hex editor. The value starts at hexadecimal value 0x77 and it's 8 bytes long. Use HxD https://mh-nexus.de/en/hxd/

A reset button would be convenient, but it's a low priority.

redactedscribe commented 2 years ago

Thanks for the tip, I'll see if I can manage.

Edit: "0 B downloaded" 🙂