mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 20:11:34 -06:00
Make Upper- or lowercase hash output an option. (fix #177)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user