Skip to content

Commit 5e1fe7e

Browse files
authored
bug fix
1 parent b7bae14 commit 5e1fe7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gui/guiglobals.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ static bool inject() {
176176
std::cout << "Error 4" << std::endl;
177177
return 0;
178178
}
179-
179+
180+
return true;
180181
//MessageBoxA(NULL, "DLL is Activated!", exeName.c_str(), MB_OK | MB_ICONINFORMATION);
181182
}
182183

@@ -364,4 +365,4 @@ static bool checkButtons(HWND hWnd) {
364365
}
365366

366367
return injectButton;
367-
}
368+
}

0 commit comments

Comments
 (0)