mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
fixed regression in grid view context menu
This commit is contained in:
@ -2337,7 +2337,6 @@ void LibraryWindow::importLibraryPackage()
|
||||
|
||||
void LibraryWindow::updateComicsView(quint64 libraryId, const ComicDB & comic)
|
||||
{
|
||||
QLOG_DEBUG() << "incoming libraryId : " << " current id :" << libraries.getId(selectedLibrary->currentText());
|
||||
if(libraryId == libraries.getId(selectedLibrary->currentText())) {
|
||||
comicsModel->reload(comic);
|
||||
}
|
||||
|
Reference in New Issue
Block a user