Merge pull request #1944 from ctrlaltca/fix_1942

This commit is contained in:
Zach 2016-04-14 15:10:52 -04:00
commit d75d69400f

View file

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