mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-18 10:39:00 +02: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:
parent
8ff1b9d282
commit
c4ca8d2367
6 changed files with 192 additions and 160 deletions
|
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue