mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[fix][ui] categories filter being displayed during ongoing actions
This commit is contained in:
@@ -480,10 +480,10 @@ class ManageWindow(QWidget):
|
||||
self.table_apps.fill_async_data()
|
||||
|
||||
if not self.recent_installation:
|
||||
self._reload_categories()
|
||||
if not self.ref_progress_bar.isVisible():
|
||||
self._reload_categories()
|
||||
|
||||
def _reload_categories(self):
|
||||
|
||||
categories = set()
|
||||
|
||||
for p in self.pkgs_available:
|
||||
|
||||
Reference in New Issue
Block a user