mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 03:26:05 -04:00
Merge pull request #1315 from heropj/fix/local-category-filter
fix: Update filters after sideloading a ZIM file
This commit is contained in:
commit
7295e5b5ea
@ -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 &)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user