Skip to content
Permalink
Browse files
Merge pull request #5883 from sepalani/term-close
DolphinWX: Prevent Dolphin to be shutdown when closing cmd.exe
  • Loading branch information
leoetlino committed Aug 6, 2017
2 parents 1833354 + eb3975e commit 1385444
Showing 1 changed file with 4 additions and 0 deletions.
@@ -119,6 +119,10 @@ bool DolphinApp::OnInit()

ParseCommandLine();

#ifdef _WIN32
FreeConsole();
#endif

UICommon::SetUserDirectory(m_user_path.ToStdString());
UICommon::CreateDirectories();
InitLanguageSupport(); // The language setting is loaded from the user directory

0 comments on commit 1385444

Please sign in to comment.