diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-07-26 23:44:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 23:44:35 +0300 |
commit | 31b62203a77c9e480e8ea51b9c8ff366211f5b58 (patch) | |
tree | efaa4311fbe51f9697c28c5299b61105a672c3ff /launcher | |
parent | e6b4fc918250b415762b525ebce763b81f7d5cf9 (diff) | |
download | PrismLauncher-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.cpp | 2 |
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; |