mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 10:52:16 -07:00
sync download urls on reload card database
This commit is contained in:
parent
88523a1c9b
commit
8c4f467d94
1 changed files with 4 additions and 1 deletions
|
|
@ -1332,7 +1332,10 @@ int MainWindow::getNextCustomSetPrefix(QDir dataDir)
|
||||||
|
|
||||||
void MainWindow::actReloadCardDatabase()
|
void MainWindow::actReloadCardDatabase()
|
||||||
{
|
{
|
||||||
const auto reloadOk1 = QtConcurrent::run([] { CardDatabaseManager::getInstance()->loadCardDatabases(); });
|
const auto reloadOk1 = QtConcurrent::run([] {
|
||||||
|
CardDatabaseManager::getInstance()->loadCardDatabases();
|
||||||
|
SettingsCache::instance().downloads().sync();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::actManageSets()
|
void MainWindow::actManageSets()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue