mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 05:15:01 -06:00
Add: Clear various history tracking within registry, see issue #113
- you can re-enable this via tools->options->settings
This commit is contained in:
@@ -23,6 +23,10 @@ struct CFmSettings
|
||||
bool ShowGrid;
|
||||
bool SingleClick;
|
||||
bool AlternativeSelection;
|
||||
bool ArcHistory;
|
||||
bool PathHistory;
|
||||
bool CopyHistory;
|
||||
bool FolderHistory;
|
||||
// bool Underline;
|
||||
|
||||
bool ShowSystemMenu;
|
||||
@@ -37,6 +41,11 @@ struct CFmSettings
|
||||
bool ReadLockMemoryEnable();
|
||||
void SaveLockMemoryEnable(bool enable);
|
||||
|
||||
bool WantArcHistory();
|
||||
bool WantPathHistory();
|
||||
bool WantCopyHistory();
|
||||
bool WantFolderHistory();
|
||||
|
||||
void SaveFlatView(UInt32 panelIndex, bool enable);
|
||||
bool ReadFlatView(UInt32 panelIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user