Make Upper- or lowercase hash output an option. (fix #177)

This commit is contained in:
Tino Reichardt
2021-04-06 12:13:41 +02:00
parent 3df8bc1293
commit f090495d25
9 changed files with 33 additions and 5 deletions

View File

@@ -14,4 +14,5 @@ BEGIN
CONTROL "Want PathHistory", IDX_SETTINGS_WANT_PATH_HISTORY, MY_CHECKBOX, m, 144, xc, 10
CONTROL "Want CopyHistory", IDX_SETTINGS_WANT_COPY_HISTORY, MY_CHECKBOX, m, 158, xc, 10
CONTROL "Want FolderHistory", IDX_SETTINGS_WANT_FOLDER_HISTORY, MY_CHECKBOX, m, 172, xc, 10
CONTROL "Use Lowercase Hashes", IDX_SETTINGS_LOWERCASE_HASHES, MY_CHECKBOX, m, 186, xc, 10
END