Merge pull request #1944 from ctrlaltca/fix_1942

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

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();
}
}