Remove blue box around loading screen

This commit is contained in:
James Rowe 2019-01-21 08:50:23 -07:00
parent 636cc2a496
commit aa427bb2a7

View file

@ -904,7 +904,6 @@ void GMainWindow::BootGame(const QString& filename) {
loading_screen->Prepare(Core::System::GetInstance().GetAppLoader());
loading_screen->show();
loading_screen->setFocus();
emulation_running = true;
if (ui.action_Fullscreen->isChecked()) {