mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[fix][ui] button 'installed' is not displayed when suggestions are loaded after the first refresh
This commit is contained in:
@@ -835,6 +835,9 @@ class ManageWindow(QWidget):
|
||||
|
||||
if pkgs_info['apps_count'] == 0:
|
||||
if self.load_suggestions or self.types_changed:
|
||||
if as_installed:
|
||||
self.pkgs_installed = pkgs_info['pkgs']
|
||||
|
||||
self._begin_search('')
|
||||
self.thread_suggestions.filter_installed = False
|
||||
self.thread_suggestions.start()
|
||||
|
||||
Reference in New Issue
Block a user