Uncommented line to hide console in publish

This commit is contained in:
Xiao Qi 2023-02-06 15:58:57 +08:00
parent 670ddee65a
commit 7afbc33861
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ INT WINAPI wWinMain
try
{
#ifndef SHEDITOR
//ShowWindow(::GetConsoleWindow(), SW_HIDE);
ShowWindow(::GetConsoleWindow(), SW_HIDE);
#endif
SHLOG_REGISTER(logger)