diff --git a/src/video_capture/screen_win.c b/src/video_capture/screen_win.c index c8f07eb39..b0838d57e 100644 --- a/src/video_capture/screen_win.c +++ b/src/video_capture/screen_win.c @@ -231,6 +231,7 @@ static int register_screen_cap_rec_library(bool is_elevated) { if ((INT_PTR) ret > 32) { log_msg(LOG_LEVEL_NOTICE, MOD_NAME "Module installation successful.\n"); log_msg(LOG_LEVEL_NOTICE, MOD_NAME "If you want to unregister the module, run 'uv -t screen:unregister'.\n"); + sleep(2); return 1; } }