Fixed spacing

This commit is contained in:
timoreo
2022-01-24 07:12:19 +01:00
parent 6d22794cf9
commit a2d88f6df4
2 changed files with 3 additions and 3 deletions

View File

@ -355,7 +355,7 @@ void ModFolderPage::on_actionInstall_mods_triggered()
bool hasFabric = !((MinecraftInstance *)m_inst)->getPackProfile()->getComponentVersion("net.fabricmc.fabric-loader").isEmpty();
bool hasForge = !((MinecraftInstance *)m_inst)->getPackProfile()->getComponentVersion("net.minecraftforge").isEmpty();
if (!hasFabric && !hasForge) {
QMessageBox::critical(this,tr("Error"),tr("Please install a mod loader first !"));
QMessageBox::critical(this,tr("Error"),tr("Please install a mod loader first!"));
return;
}
ModDownloadDialog mdownload(m_mods, this, m_inst);