瀏覽代碼

#IQRV #comment 统一隐藏系统任务栏

80374374 1 年之前
父節點
當前提交
06022322e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tool/VTMLauncher/VTM_IL.cpp

+ 1 - 1
Tool/VTMLauncher/VTM_IL.cpp

@@ -317,7 +317,7 @@ VOID HideTaskBar(BOOL bHide)
 	}
 	if (hWnd != NULL) {
 		taskbar = hWnd;
-#ifdef DEVOPS_ON_PRD
+#if 0
 		//ShowWindow(hWnd, nCmdShow);
 		GetWindowRect(hWnd, &position);
 		FormatPosition();