mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #1189 from archshift/game-list-toggle-window
Game list: propely hide on toggling window mode
This commit is contained in:
		
						commit
						7c747c8c33
					
				@ -458,6 +458,7 @@ void GMainWindow::ToggleWindowMode() {
 | 
				
			|||||||
        if (emulation_running) {
 | 
					        if (emulation_running) {
 | 
				
			||||||
            render_window->setVisible(true);
 | 
					            render_window->setVisible(true);
 | 
				
			||||||
            render_window->setFocus();
 | 
					            render_window->setFocus();
 | 
				
			||||||
 | 
					            game_list->hide();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user