Qt: Increase status bar update interval to 2 seconds
This commit is contained in:
parent
fb1979d7e2
commit
915d69ac4c
|
@ -405,7 +405,7 @@ void GMainWindow::BootGame(const QString& filename) {
|
||||||
if (ui.action_Single_Window_Mode->isChecked()) {
|
if (ui.action_Single_Window_Mode->isChecked()) {
|
||||||
game_list->hide();
|
game_list->hide();
|
||||||
}
|
}
|
||||||
status_bar_update_timer.start(1000);
|
status_bar_update_timer.start(2000);
|
||||||
|
|
||||||
render_window->show();
|
render_window->show();
|
||||||
render_window->setFocus();
|
render_window->setFocus();
|
||||||
|
|
Reference in New Issue