瀏覽代碼

Remove blue box around loading screen

James Rowe 7 年之前
父節點
當前提交
aa427bb2a7
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()) {