We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b912b commit 429ce2aCopy full SHA for 429ce2a
src/utils.c
@@ -908,6 +908,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
908
909
if (g_config.fixchilds == FIX_CHILDS_DETECT_HIDE ||
910
g_config.fixchilds == FIX_CHILDS_DETECT_HIDE_NOSCALE ||
911
+ strcmp(class_name, "Cc2EditClassTh") == 0 ||
912
strcmp(class_name, "msctls_statusbar32") == 0 ||
913
strcmp(class_name, "VideoRenderer") == 0 ||
914
strcmp(class_name, "MCIQTZ_Window") == 0 ||
0 commit comments