This commit is contained in:
Igor Pavlov
2021-11-28 19:03:01 -08:00
committed by fn ⌃ ⌥
parent d789d4137d
commit 1194dc9353
152 changed files with 6049 additions and 946 deletions

View File

@@ -14,16 +14,18 @@ struct CFileMenu
{
bool programMenu;
bool readOnly;
bool isHashFolder;
bool isFsFolder;
bool allAreFiles;
bool isAltStreamsSupported;
int numItems;
UString FilePath;
FString FilePath;
CFileMenu():
programMenu(false),
readOnly(false),
isHashFolder(false),
isFsFolder(false),
allAreFiles(false),
isAltStreamsSupported(true),