set system message box on top when recovery
This commit is contained in:
@@ -390,7 +390,7 @@ static void SetupExceptionHandler()
|
||||
GetFullPathNameA(path.c_str(), MAX_PATH, abspath, NULL);
|
||||
static char message[4096];
|
||||
snprintf(message, sizeof(message), "File recovered in: %s", abspath);
|
||||
MessageBoxA(NULL, message, "File Recovery", MB_OK | MB_ICONWARNING);
|
||||
MessageBoxA(hWnd, message, "File Recovery", MB_OK | MB_ICONWARNING);
|
||||
}
|
||||
LogRemote::I.file_close();
|
||||
}, 0);
|
||||
|
||||
Reference in New Issue
Block a user