mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 12:11:39 -06:00
4.25 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
47f4915611
commit
af1fe52701
@@ -19,6 +19,7 @@ static const TCHAR *kShowSystemMenu = TEXT("ShowSystemMenu");
|
||||
|
||||
static const TCHAR *kFullRow = TEXT("FullRow");
|
||||
static const TCHAR *kShowGrid = TEXT("ShowGrid");
|
||||
static const TCHAR *kAlternativeSelection = TEXT("AlternativeSelection");
|
||||
// static const TCHAR *kSingleClick = TEXT("SingleClick");
|
||||
// static const TCHAR *kUnderline = TEXT("Underline");
|
||||
|
||||
@@ -88,6 +89,9 @@ bool ReadFullRow() { return ReadOption(kFullRow, false); }
|
||||
void SaveShowGrid(bool enable) { SaveOption(kShowGrid, enable); }
|
||||
bool ReadShowGrid(){ return ReadOption(kShowGrid, false); }
|
||||
|
||||
void SaveAlternativeSelection(bool enable) { SaveOption(kAlternativeSelection, enable); }
|
||||
bool ReadAlternativeSelection(){ return ReadOption(kAlternativeSelection, false); }
|
||||
|
||||
/*
|
||||
void SaveSingleClick(bool enable) { SaveOption(kSingleClick, enable); }
|
||||
bool ReadSingleClick(){ return ReadOption(kSingleClick, false); }
|
||||
|
||||
Reference in New Issue
Block a user