Browse Source

Remove blue box around loading screen

James Rowe 7 năm trước cách đây
mục cha
commit
aa427bb2a7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/yuzu/main.cpp

+ 0 - 1
src/yuzu/main.cpp

@@ -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()) {