From ae11b73475afbf83a5bf2ea4feb37c1c7c9febd3 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 7 Nov 2021 03:45:37 +0200 Subject: [PATCH] Added more delay when checking for network flyout status --- ExplorerPatcher/dllmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index cd415a1..a07e8e8 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -35,7 +35,7 @@ #define WINX_ADJUST_X 5 #define WINX_ADJUST_Y 5 -#define CHECKFOREGROUNDELAPSED_TIMEOUT 100 +#define CHECKFOREGROUNDELAPSED_TIMEOUT 300 #define POPUPMENU_SAFETOREMOVE_TIMEOUT 300 #define POPUPMENU_BLUETOOTH_TIMEOUT 700 #define POPUPMENU_PNIDUI_TIMEOUT 300