Make the console window raise itself after minecraft closes (#193)
This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work
This commit is contained in:
parent
bf1632e4ed
commit
0959aeb046
2 changed files with 8 additions and 0 deletions
|
@ -412,6 +412,7 @@ void MultiMC::initGlobalSettings()
|
|||
|
||||
// Console
|
||||
m_settings->registerSetting("ShowConsole", true);
|
||||
m_settings->registerSetting("RaiseConsole", true);
|
||||
m_settings->registerSetting("AutoCloseConsole", true);
|
||||
m_settings->registerSetting("LogPrePostOutput", true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue