From 13399e81f1fe9b7b350ea8bd5f320598de91bbfd Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sat, 20 Nov 2021 13:42:52 +0200 Subject: [PATCH] Minor adjustments --- ExplorerPatcher/dllmain.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 6ab9680..128ea2f 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -2446,7 +2446,7 @@ HWND WINAPI explorerframe_SHCreateWorkerWindowHook( if (dwExStyle == 0x10000 && dwStyle == 0x46000000) { #ifdef USE_PRIVATE_INTERFACES - if (bMicaEffectOnTitlebar) + if (bMicaEffectOnTitlebar && result) { BOOL value = TRUE; SetPropW(hWndParent, L"NavBarGlass", HANDLE_FLAG_INHERIT); @@ -5604,7 +5604,6 @@ DWORD Inject(BOOL bIsExplorer) HMODULE hExtra = LoadLibraryW(wszExtraLibPath); if (hExtra) { - printf("[Extra] Found library: %p.\n", hExtra); FARPROC ep_extra_entrypoint = GetProcAddress(hExtra, "ep_extra_EntryPoint"); if (ep_extra_entrypoint)