2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Qt: Increase status bar update interval to 2 seconds

This commit is contained in:
Yuri Kunde Schlesner 2017-02-20 16:36:44 -08:00
parent fb1979d7e2
commit 915d69ac4c

View file

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