mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-08-03 20:56:49 -04:00
Call asyncLoadMonitorDir whenever local library is displayed
Fixes the issue of changes not showing when they are done while Online library is displayed
This commit is contained in:
parent
8f8711b3d6
commit
b625309453
@ -35,6 +35,9 @@ void ContentManager::setLocal(bool local) {
|
||||
return;
|
||||
}
|
||||
m_local = local;
|
||||
if (m_local) {
|
||||
asyncLoadMonitorDir(KiwixApp::instance()->getSettingsManager()->getMonitorDir());
|
||||
}
|
||||
emit(filterParamsChanged());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user