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