mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[fix][flatpak] not displaying application updates on the search results
This commit is contained in:
@@ -26,6 +26,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- i18n
|
||||
|
||||
### Fixes
|
||||
- Flatpak
|
||||
- not displaying application updates on the search results
|
||||
|
||||
- initialization dialog hangs when there is no task to wait for [#112](https://github.com/vinifmor/bauh/issues/112)
|
||||
- not caching data of repository packages with unknown repository names
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ class FlatpakManager(SoftwareManager):
|
||||
|
||||
if apps_found:
|
||||
already_read = set()
|
||||
installed_apps = self.read_installed(disk_loader=disk_loader).installed
|
||||
installed_apps = self.read_installed(disk_loader=disk_loader, internet_available=True).installed
|
||||
|
||||
if installed_apps:
|
||||
for app_found in apps_found:
|
||||
|
||||
Reference in New Issue
Block a user