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

@@ -27,6 +27,7 @@ struct CFmSettings
bool PathHistory;
bool CopyHistory;
bool FolderHistory;
bool LowercaseHashes;
// bool Underline;
bool ShowSystemMenu;
@@ -45,6 +46,7 @@ bool WantArcHistory();
bool WantPathHistory();
bool WantCopyHistory();
bool WantFolderHistory();
bool WantLowercaseHashes();
void SaveFlatView(UInt32 panelIndex, bool enable);
bool ReadFlatView(UInt32 panelIndex);