Hide console on Release configuration. (#244)

This commit is contained in:
Skyth (Asilkan)
2025-01-30 19:16:21 +03:00
committed by GitHub
parent c78c2010a3
commit 9fea5f9e4c
7 changed files with 31 additions and 1 deletions
+3
View File
@@ -172,6 +172,9 @@ int main(int argc, char *argv[])
Config::Load();
if (Config::ShowConsole)
os::process::ShowConsole();
HostStartup();
std::filesystem::path modulePath;