[fix][ui] button 'installed' is not displayed when suggestions are loaded after the first refresh

This commit is contained in:
Vinicius Moreira
2020-06-16 16:13:17 -03:00
parent 328f987507
commit 5701c95d2e

View File

@@ -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()