ATLauncher: Fix pack installation always aborting

I made a mistake during when cherry picking a previous commit, this
applies the change - and fixes installing ATLauncher packs.
This commit is contained in:
Jamie Mansfield 2022-10-22 15:22:30 +01:00
parent 81f1305270
commit 0e17eee096
No known key found for this signature in database
GPG Key ID: 36F61598F39F67B0

View File

@ -331,7 +331,7 @@ AtlOptionalModDialog::AtlOptionalModDialog(QWidget* parent, ATLauncher::PackVers
connect(ui->clearAllButton, &QPushButton::clicked,
listModel, &AtlOptionalModListModel::clearAll);
connect(ui->installButton, &QPushButton::clicked,
this, &QDialog::close);
this, &QDialog::accept);
}
AtlOptionalModDialog::~AtlOptionalModDialog() {