This commit is contained in:
love-code-yeyixiao 2024-03-24 15:38:58 +08:00
parent 00bccf85dd
commit c8b5445bf3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ _FX BOOLEAN Gui_InitTitle(HMODULE module)
// hook functions
//
if (! Gui_DisableTitle||SbieApi_QueryConfBool(NULL,"NoTitle",FALSE)) {
if (! Gui_DisableTitle) {
SBIEDLL_HOOK_GUI(GetWindowTextW);
SBIEDLL_HOOK_GUI(GetWindowTextA);