mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 10:07:02 -06:00
feat: opens sole folder instead of upper folder after extraction; cancel folder priority over file in comparison; other minor ui fix
This commit is contained in:
@@ -69,6 +69,9 @@ public:
|
||||
bool ShowButtonsLables;
|
||||
bool LargeButtons;
|
||||
|
||||
UString DelayedOpenFolderAfterExtractPath;
|
||||
NWindows::NSynchronization::CCriticalSection *pDelayedOpenFolderAfterExtractPathCriticalSection;
|
||||
|
||||
CAppState AppState;
|
||||
CPanelCallbackImp m_PanelCallbackImp[kNumPanelsMax];
|
||||
CPanel Panels[kNumPanelsMax];
|
||||
@@ -91,7 +94,9 @@ public:
|
||||
_window(NULL),
|
||||
AutoRefresh_Mode(true),
|
||||
NumPanels(2),
|
||||
LastFocusedPanel(0)
|
||||
LastFocusedPanel(0),
|
||||
DelayedOpenFolderAfterExtractPath(L""),
|
||||
pDelayedOpenFolderAfterExtractPathCriticalSection(NULL)
|
||||
{
|
||||
SetPanels_AutoRefresh_Mode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user