mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 20:11:38 -06:00
4.43 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
0ec42ff829
commit
804edc5756
@@ -94,6 +94,7 @@ static bool ReadOption(const TCHAR *value, bool defaultValue)
|
||||
return defaultValue;
|
||||
}
|
||||
|
||||
/*
|
||||
static void SaveLmOption(const TCHAR *value, bool enabled)
|
||||
{
|
||||
CKey key;
|
||||
@@ -112,6 +113,7 @@ static bool ReadLmOption(const TCHAR *value, bool defaultValue)
|
||||
}
|
||||
return defaultValue;
|
||||
}
|
||||
*/
|
||||
|
||||
void SaveShowDots(bool showDots) { SaveOption(kShowDots, showDots); }
|
||||
bool ReadShowDots() { return ReadOption(kShowDots, false); }
|
||||
|
||||
Reference in New Issue
Block a user