Add: Clear various history tracking within registry, see issue #113

- you can re-enable this via tools->options->settings
This commit is contained in:
Tino Reichardt
2020-04-10 22:03:43 +02:00
parent 2314c89604
commit d78400f0b0
12 changed files with 114 additions and 19 deletions

View File

@@ -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);