From 4f7a49db53c6aaabeca70fe8901144af708fb6b2 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Mon, 10 Aug 2020 10:41:06 +0300 Subject: [Windows] Attach to parent console instead of creating new one. --- main/main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'main') diff --git a/main/main.cpp b/main/main.cpp index 5f791159f9..25e9092285 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2203,13 +2203,6 @@ bool Main::start() { } if (project_manager || editor) { - if (DisplayServer::get_singleton()->has_feature(DisplayServer::FEATURE_CONSOLE_WINDOW)) { - // Hide console window if requested (Windows-only). - bool hide_console = EditorSettings::get_singleton()->get_setting( - "interface/editor/hide_console_window"); - DisplayServer::get_singleton()->console_set_visible(!hide_console); - } - // Load SSL Certificates from Editor Settings (or builtin) Crypto::load_default_certificates(EditorSettings::get_singleton()->get_setting( "network/ssl/editor_ssl_certificates") -- cgit v1.2.3