improvement: only changing the installed package status ( not refreshing the whole table ) | fix: flatpak downgrading error handling

This commit is contained in:
Vinicius Moreira
2019-09-24 15:17:09 -03:00
parent d3e5835a8b
commit 2a84ff4c32
15 changed files with 104 additions and 54 deletions

View File

@@ -14,6 +14,7 @@ class PackageView:
self.model = model
self.update_checked = model.update
self.status = PackageViewStatus.LOADING
self.table_index = -1
def __repr__(self):
return '{} ( {} )'.format(self.model.name, self.model.get_type())