Skip to content

Commit 429ce2a

Browse files
committed
always hide Cc2EditClassTh class windows
1 parent 78b912b commit 429ce2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.c

+1
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
908908

909909
if (g_config.fixchilds == FIX_CHILDS_DETECT_HIDE ||
910910
g_config.fixchilds == FIX_CHILDS_DETECT_HIDE_NOSCALE ||
911+
strcmp(class_name, "Cc2EditClassTh") == 0 ||
911912
strcmp(class_name, "msctls_statusbar32") == 0 ||
912913
strcmp(class_name, "VideoRenderer") == 0 ||
913914
strcmp(class_name, "MCIQTZ_Window") == 0 ||

0 commit comments

Comments
 (0)