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:
parent
81f1305270
commit
0e17eee096
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user