remove message box

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 9cdda4377b0090a035e286a86fd78f126f995356)
This commit is contained in:
Trial97 2024-10-28 19:19:06 +02:00 committed by github-actions[bot]
parent c3cf5d31da
commit db32b2ad99

View File

@ -364,11 +364,7 @@ void ResourcePage::onResourceSelected()
auto& version = current_pack->versions[m_selectedVersionIndex];
if (version.downloadUrl.isNull()) {
CustomMessageBox::selectable(
this, tr("Download Link Missing"),
tr("It looks like the resource you selected doesn't have a download link, so Prism won't attempt to download it."),
QMessageBox::Warning)
->show();
qCritical() << tr("It looks like the resource you selected doesn't have a download link, so Prism won't attempt to download it.");
return;
}
if (version.is_currently_selected)