Update launcher/ui/MainWindow.cpp
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cf94adb363
commit
42bc04a0d2
@ -1424,7 +1424,7 @@ void MainWindow::on_actionExportInstanceFlamePack_triggered()
|
|||||||
if (instance) {
|
if (instance) {
|
||||||
if (instance->getPackProfile()->getComponent("org.quiltmc.quilt-loader")) {
|
if (instance->getPackProfile()->getComponent("org.quiltmc.quilt-loader")) {
|
||||||
QMessageBox msgBox;
|
QMessageBox msgBox;
|
||||||
msgBox.setText(tr("Quilt is not yet supported by curseforge."));
|
msgBox.setText(tr("Quilt is currently not supported by CurseForge modpacks."));
|
||||||
msgBox.exec();
|
msgBox.exec();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user