mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-19 05:13:54 -07:00
Merge pull request #1944 from ctrlaltca/fix_1942
This commit is contained in:
commit
d75d69400f
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…
Add table
Add a link
Reference in a new issue