[suggestions] showing suggestions if the user changes the available types and there are no applications installed

This commit is contained in:
Vinicius Moreira
2019-10-29 12:08:58 -03:00
parent 10d9eb7575
commit ec514b99d9
3 changed files with 5 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ class GemSelectorPanel(QWidget):
self.manager.reset_cache()
self.manager.prepare()
self.window.verify_warnings()
self.window.types_changed = True
self.window.refresh_apps()
self.close()