mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #4946 from vvanelslande/ipc-recorder-fix-ok
citra_qt/RecordDialog: close when OK is clicked
This commit is contained in:
		
						commit
						05240770e0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -52,6 +52,7 @@ RecordDialog::RecordDialog(QWidget* parent, const IPCDebugger::RequestRecord& re | |||
| 
 | ||||
|     connect(ui->cmdbufSelection, qOverload<int>(&QComboBox::currentIndexChanged), this, | ||||
|             &RecordDialog::UpdateCmdbufDisplay); | ||||
|     connect(ui->okButton, &QPushButton::clicked, this, &QDialog::close); | ||||
| } | ||||
| 
 | ||||
| RecordDialog::~RecordDialog() = default; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue