Skip to content

Commit

Permalink
update filters after sideloading a ZIM file
Browse files Browse the repository at this point in the history
  • Loading branch information
heropj authored and kelson42 committed Jan 5, 2025
1 parent dcba2d2 commit 294991c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contentmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ ContentManager::ContentManager(Library* library)
connect(this, &ContentManager::filterParamsChanged, this, &ContentManager::updateLibrary);
connect(this, &ContentManager::booksChanged, this, [=]() {
updateModel();
setCategories();
setLanguages();
});
connect(&m_remoteLibraryManager, &OpdsRequestManager::requestReceived, this, &ContentManager::updateRemoteLibrary);
connect(mp_view->getView(), SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(onCustomContextMenu(const QPoint &)));
Expand Down

0 comments on commit 294991c

Please sign in to comment.