citra_qt/RecordDialog: close when OK is clicked
The OK button didn't do anything before.
This commit is contained in:
parent
223bfc9a2a
commit
a650402eb5
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…
Reference in a new issue