fix TLC launcher fullscreen mode
This commit is contained in:
parent
c66b972f68
commit
dd04e8ce74
2 changed files with 1 additions and 3 deletions
|
@ -511,7 +511,7 @@ BOOL WINAPI fake_ShowWindow(HWND hWnd, int nCmdShow)
|
|||
if (nCmdShow == SW_MAXIMIZE)
|
||||
nCmdShow = SW_NORMAL;
|
||||
|
||||
if (nCmdShow == SW_MINIMIZE && g_config.hook != 2)
|
||||
if (nCmdShow == SW_MINIMIZE && g_config.hook != 2 && !g_config.tlc_hack)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue