Fix #1942
This commit is contained in:
parent
768a1c5fb4
commit
a340d25077
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue