mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	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();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user