handling no gem set for the tray mode

This commit is contained in:
Vinicius Moreira
2019-09-11 18:25:52 -03:00
parent fb779cd650
commit 33708f054b
10 changed files with 39 additions and 24 deletions

View File

@@ -354,8 +354,8 @@ class AppsTable(QTableWidget):
publisher = publisher.strip()
full_publisher = publisher
if len(publisher) > 10:
publisher = full_publisher[0:10] + '...'
if len(publisher) > 20:
publisher = full_publisher[0:20] + '...'
if not publisher:
if not pkg.model.installed: