remove the note sooner when unhiding entries

This commit is contained in:
tophf 2017-12-04 20:24:07 +03:00
parent 3e9810678a
commit 30d84d15fa

View File

@ -158,7 +158,7 @@ function reapplyFilter(container = installed) {
filterContainer({hide: true});
}
if (!toHide.length) {
showFiltersStats();
showFiltersStats({immediately: true});
return;
}
for (const entry of toHide) {