improvements

This commit is contained in:
Vinicius Moreira
2019-08-06 00:29:02 -03:00
parent 3f01ba8c3b
commit 9213344318
4 changed files with 4 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ class SnapManager(ApplicationManager):
suggestions = []
if limit != 0:
for name in ('whatsdesk', 'slack', 'yakyak', 'instagraph', 'eclipse', 'gimp', 'supertuxkart'):
for name in ('whatsdesk', 'slack', 'yakyak', 'instagraph', 'pycharm-professional', 'eclipse', 'gimp', 'supertuxkart'):
res = snap.search(name, exact_name=True)
if res:
suggestions.append(self.map_json(res[0], installed=False, disk_loader=None))