mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Reload comic cover when it changes
This commit is contained in:
parent
7f129ac1fa
commit
a6caf98af9
@ -1290,6 +1290,9 @@ void LibraryWindow::createConnections()
|
||||
|
||||
// properties & config
|
||||
connect(propertiesDialog, &QDialog::accepted, contentViewsManager, &YACReaderContentViewsManager::updateCurrentContentView);
|
||||
connect(propertiesDialog, &PropertiesDialog::coverChangedSignal, this, [=](const ComicDB &comic) {
|
||||
comicsModel->notifyCoverChange(comic);
|
||||
});
|
||||
|
||||
// comic vine
|
||||
connect(comicVineDialog, &QDialog::accepted, contentViewsManager, &YACReaderContentViewsManager::updateCurrentContentView, Qt::QueuedConnection);
|
||||
|
Loading…
Reference in New Issue
Block a user