aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-10-22 12:19:58 -0300
committerGitHub <noreply@github.com>2022-10-22 12:19:58 -0300
commit9bb62e1bba5724bf05ec039d6631d994ade3ca86 (patch)
treeaa913264e5079a3ae2df1a0e10c25d7123b94274
parent81f13052701dbec499ef65fe714f107a9b584ebf (diff)
parent0e17eee0960edd67a60f86c704a4c23237463caf (diff)
downloadPrismLauncher-9bb62e1bba5724bf05ec039d6631d994ade3ca86.tar.gz
PrismLauncher-9bb62e1bba5724bf05ec039d6631d994ade3ca86.tar.bz2
PrismLauncher-9bb62e1bba5724bf05ec039d6631d994ade3ca86.zip
Merge pull request #233 from jamierocks/atl-fix-aborting-installs
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlOptionalModDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlOptionalModDialog.cpp b/launcher/ui/pages/modplatform/atlauncher/AtlOptionalModDialog.cpp
index 004fdc57..9138dcbb 100644
--- a/launcher/ui/pages/modplatform/atlauncher/AtlOptionalModDialog.cpp
+++ b/launcher/ui/pages/modplatform/atlauncher/AtlOptionalModDialog.cpp
@@ -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() {