Explorar el Código

Qt: Increase status bar update interval to 2 seconds

Yuri Kunde Schlesner hace 9 años
padre
commit
915d69ac4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/citra_qt/main.cpp

+ 1 - 1
src/citra_qt/main.cpp

@@ -405,7 +405,7 @@ void GMainWindow::BootGame(const QString& filename) {
     if (ui.action_Single_Window_Mode->isChecked()) {
         game_list->hide();
     }
-    status_bar_update_timer.start(1000);
+    status_bar_update_timer.start(2000);
 
     render_window->show();
     render_window->setFocus();