Parent the "new sets found" dialog (#5948)

This commit is contained in:
RickyRister 2025-05-18 19:06:32 -07:00 committed by GitHub
parent 46643065ef
commit a5638ccc3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1099,7 +1099,7 @@ void MainWindow::cardDatabaseLoadingFailed()
void MainWindow::cardDatabaseNewSetsFound(int numUnknownSets, QStringList unknownSetsNames)
{
QMessageBox msgBox;
QMessageBox msgBox(this);
msgBox.setWindowTitle(tr("New sets found"));
msgBox.setIcon(QMessageBox::Question);
msgBox.setText(tr("%n new set(s) found in the card database\n"