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:
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- not able to inject javascript fixes ( WhatsApp Web not working) [#74](https://github.com/vinifmor/bauh/issues/74)
|
- not able to inject javascript fixes ( WhatsApp Web not working) [#74](https://github.com/vinifmor/bauh/issues/74)
|
||||||
- not informing StartupWMClass on generated desktop entries ( prevents Gnome to link the Favorite shortcut with the app instance [#76](https://github.com/vinifmor/bauh/issues/76) )
|
- not informing StartupWMClass on generated desktop entries ( prevents Gnome to link the Favorite shortcut with the app instance [#76](https://github.com/vinifmor/bauh/issues/76) )
|
||||||
- some installed apps were not being displayed as installed in the search results
|
- some installed apps were not being displayed as installed in the search results
|
||||||
|
- UI
|
||||||
|
- categories filter being displayed during ongoing actions
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
- AUR
|
- AUR
|
||||||
|
|||||||
@@ -480,10 +480,10 @@ class ManageWindow(QWidget):
|
|||||||
self.table_apps.fill_async_data()
|
self.table_apps.fill_async_data()
|
||||||
|
|
||||||
if not self.recent_installation:
|
if not self.recent_installation:
|
||||||
self._reload_categories()
|
if not self.ref_progress_bar.isVisible():
|
||||||
|
self._reload_categories()
|
||||||
|
|
||||||
def _reload_categories(self):
|
def _reload_categories(self):
|
||||||
|
|
||||||
categories = set()
|
categories = set()
|
||||||
|
|
||||||
for p in self.pkgs_available:
|
for p in self.pkgs_available:
|
||||||
|
|||||||
Reference in New Issue
Block a user