mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	citra_qt: Fixed a bug when dumping dialog is cancelled or closed
This commit is contained in:
		
							parent
							
								
									c38202bd30
								
							
						
					
					
						commit
						8868d4db86
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -1821,6 +1821,7 @@ void GMainWindow::OnCaptureScreenshot() { | ||||||
| void GMainWindow::OnStartVideoDumping() { | void GMainWindow::OnStartVideoDumping() { | ||||||
|     DumpingDialog dialog(this); |     DumpingDialog dialog(this); | ||||||
|     if (dialog.exec() != QDialog::DialogCode::Accepted) { |     if (dialog.exec() != QDialog::DialogCode::Accepted) { | ||||||
|  |         ui.action_Dump_Video->setChecked(false); | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|     const auto path = dialog.GetFilePath(); |     const auto path = dialog.GetFilePath(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue