This commit is contained in:
Fabio Bas 2016-04-14 14:36:46 +02:00
parent 768a1c5fb4
commit a340d25077

View file

@ -815,6 +815,7 @@ void MainWindow::cardDatabaseNewSetsFound(int numUnknownSets)
} else if (msgBox.clickedButton() == noButton) {
db->markAllSetsAsKnown();
} else if (msgBox.clickedButton() == settingsButton) {
db->markAllSetsAsKnown();
actEditSets();
}
}