diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index 1af249943..cc9c891c6 100644 --- a/ExplorerPatcher/ExplorerPatcher.rc +++ b/ExplorerPatcher/ExplorerPatcher.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 22000,168,0,15 - PRODUCTVERSION 22000,168,0,15 + FILEVERSION 22449,1000,0,16 + PRODUCTVERSION 22449,1000,0,16 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "VALINET Solutions SRL" VALUE "FileDescription", "ExplorerPatcher" - VALUE "FileVersion", "22000.168.0.15" + VALUE "FileVersion", "22449.1000.0.16" VALUE "InternalName", "ExplorerPatcher.dll" VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ExplorerPatcher.dll" VALUE "ProductName", "ExplorerPatcher" - VALUE "ProductVersion", "22000.168.0.15" + VALUE "ProductVersion", "22449.1000.0.16" END END BLOCK "VarFileInfo" diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 849972929..aba56130d 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -141,7 +141,7 @@ DEFINE_GUID(__uuidof_IAuthUILogonSound, #define WINDOWSUIXAML_SB_0 "CJupiterWindow::StaticCoreWindowSubclassProc" #define WINDOWSUIXAML_SB_CNT 1 #define STARTDOCKED_SB_NAME "StartDocked" -#define STARTDOCKED_SB_0 "Windows::UI::Core::IVisibilityChangedEventArgs::Visible::get" +#define STARTDOCKED_SB_0 "StartDocked::LauncherFrame::ShowAllApps" #define STARTDOCKED_SB_1 "StartDocked::LauncherFrame::ShowAllApps" #define STARTDOCKED_SB_2 "StartDocked::LauncherFrame::OnVisibilityChanged" #define STARTDOCKED_SB_3 "StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps" @@ -3991,10 +3991,10 @@ INT64 StartDocked_LauncherFrame_OnVisibilityChangedHook(void* _this, INT64 a2, v FreeLibrary(hModule); if (dwStatus) { - if (Windows_UI_Core_IVisibilityChangedEventArgs_Visible_getFunc(VisibilityChangedEventArguments)) - { + //if (Windows_UI_Core_IVisibilityChangedEventArgs_Visible_getFunc(VisibilityChangedEventArguments)) + //{ StartDocked_LauncherFrame_ShowAllAppsFunc(_this); - } + //} } } return r;