Add history tracking and selectable hash formatting

Re-add clearing of various history tracking within registry
- see issue #113 for comments on this
- you can re-enable this via tools->options->settings

Re-add: selectable uppercase / lowercase hash formatting
- see issue #177 for more info about this

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
This commit is contained in:
Tino Reichardt
2023-02-12 17:14:19 +01:00
parent edeaf1339f
commit 650fba0328
6 changed files with 56 additions and 7 deletions

View File

@@ -21,6 +21,10 @@
#include "../FileManager/RegistryUtils.h"
#endif
#ifdef WANT_OPTIONAL_LOWERCASE
#include "../FileManager/RegistryUtils.h"
#endif
#include "EnumDirItems.h"
#include "HashCalc.h"