notifying only new updates

This commit is contained in:
Vinicius Moreira
2019-06-30 18:58:56 -03:00
parent d980d5475b
commit da00eacd1f
3 changed files with 23 additions and 14 deletions

View File

@@ -297,8 +297,7 @@ class ManageWindow(QWidget):
break
self.bt_upgrade.setEnabled(enable_bt_update)
self.tray_icon.notify_updates(total_updates)
self.tray_icon.notify_updates([app['model'] for app in self.apps if app['model']['update']])
def centralize(self):
geo = self.frameGeometry()