mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-22 07:42:52 +00:00
Properly migrate internal NAND, Load, etc. directories (#167)
Signed-off-by: crueter <swurl@swurl.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/167 Co-authored-by: crueter <swurl@swurl.xyz> Co-committed-by: crueter <swurl@swurl.xyz>
This commit is contained in:
@@ -47,10 +47,11 @@ QAbstractButton *MigrationDialog::addButton(
|
||||
m_buttons->addWidget(button, 1);
|
||||
|
||||
connect(button, &QAbstractButton::clicked, this, [this, button, reject]() {
|
||||
m_clickedButton = button;
|
||||
|
||||
if (reject) {
|
||||
this->reject();
|
||||
} else {
|
||||
m_clickedButton = button;
|
||||
this->accept();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user