always hide Cc2EditClassTh class windows
This commit is contained in:
parent
78b912b09c
commit
429ce2a3df
1 changed files with 1 additions and 0 deletions
|
@ -908,6 +908,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
|
|||
|
||||
if (g_config.fixchilds == FIX_CHILDS_DETECT_HIDE ||
|
||||
g_config.fixchilds == FIX_CHILDS_DETECT_HIDE_NOSCALE ||
|
||||
strcmp(class_name, "Cc2EditClassTh") == 0 ||
|
||||
strcmp(class_name, "msctls_statusbar32") == 0 ||
|
||||
strcmp(class_name, "VideoRenderer") == 0 ||
|
||||
strcmp(class_name, "MCIQTZ_Window") == 0 ||
|
||||
|
|
Loading…
Reference in a new issue