张洋 1 일 전
부모
커밋
40802f27ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhipuzi_pos_windows/wnd/CMainWnd.cpp

+ 1 - 1
zhipuzi_pos_windows/wnd/CMainWnd.cpp

@@ -62,7 +62,7 @@ void CMainWnd::Init()
 	std::thread(&CMainWnd::UpdateFoodImage, this).detach();
 
 	//展示虚拟键盘(暂时测试用,不完善)
-	this->ShowVK(true);
+	//this->ShowVK(true);
 }
 
 void CMainWnd::End()