mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-24 15:21:16 -04:00
Hide console on Release configuration. (#244)
This commit is contained in:
@@ -172,6 +172,9 @@ int main(int argc, char *argv[])
|
||||
|
||||
Config::Load();
|
||||
|
||||
if (Config::ShowConsole)
|
||||
os::process::ShowConsole();
|
||||
|
||||
HostStartup();
|
||||
|
||||
std::filesystem::path modulePath;
|
||||
|
||||
Reference in New Issue
Block a user