DolphinWX: Prevent Dolphin to be shutdown when closing cmd.exe
This commit is contained in:
parent
20d7180041
commit
eb3975eee8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue