aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorAlexandru Ionut Tripon <alexandru.tripon97@gmail.com>2023-07-26 23:44:35 +0300
committerGitHub <noreply@github.com>2023-07-26 23:44:35 +0300
commit31b62203a77c9e480e8ea51b9c8ff366211f5b58 (patch)
treeefaa4311fbe51f9697c28c5299b61105a672c3ff /launcher
parente6b4fc918250b415762b525ebce763b81f7d5cf9 (diff)
downloadPrismLauncher-31b62203a77c9e480e8ea51b9c8ff366211f5b58.tar.gz
PrismLauncher-31b62203a77c9e480e8ea51b9c8ff366211f5b58.tar.bz2
PrismLauncher-31b62203a77c9e480e8ea51b9c8ff366211f5b58.zip
Update launcher/ui/MainWindow.cpp
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/ui/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp
index c8373bab..e342e833 100644
--- a/launcher/ui/MainWindow.cpp
+++ b/launcher/ui/MainWindow.cpp
@@ -1344,7 +1344,7 @@ void MainWindow::on_actionExportInstanceFlamePack_triggered()
if (instance) {
if (auto cmp = instance->getPackProfile()->getComponent("net.minecraft");
cmp && cmp->getVersionFile() && cmp->getVersionFile()->type == "snapshot") {
- QMessageBox msgBox;
+ QMessageBox msgBox(this);
msgBox.setText("Snapshots are currently not supported by CurseForge modpacks.");
msgBox.exec();
return;