DolphinWX: Prevent Dolphin to be shutdown when closing cmd.exe

This commit is contained in:
Sepalani 2017-08-04 18:31:05 +01:00
parent 20d7180041
commit eb3975eee8
1 changed files with 4 additions and 0 deletions

View File

@ -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