diff options
author | flow <flowlnlnln@gmail.com> | 2022-10-22 12:19:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 12:19:58 -0300 |
commit | 9bb62e1bba5724bf05ec039d6631d994ade3ca86 (patch) | |
tree | aa913264e5079a3ae2df1a0e10c25d7123b94274 /launcher | |
parent | 81f13052701dbec499ef65fe714f107a9b584ebf (diff) | |
parent | 0e17eee0960edd67a60f86c704a4c23237463caf (diff) | |
download | PrismLauncher-9bb62e1bba5724bf05ec039d6631d994ade3ca86.tar.gz PrismLauncher-9bb62e1bba5724bf05ec039d6631d994ade3ca86.tar.bz2 PrismLauncher-9bb62e1bba5724bf05ec039d6631d994ade3ca86.zip |
Merge pull request #233 from jamierocks/atl-fix-aborting-installs
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/ui/pages/modplatform/atlauncher/AtlOptionalModDialog.cpp | 2 |
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() { |