mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 03:43:42 +00:00
Qt: Increase status bar update interval to 2 seconds
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user