not changing the table applied filters after a uninstall | [flatpak] runtimes categorized as 'runtimes'

This commit is contained in:
Vinicius Moreira
2019-10-23 17:24:12 -03:00
parent 270cf0e1d1
commit 24beb25fca
4 changed files with 69 additions and 36 deletions

View File

@@ -17,6 +17,9 @@ class FlatpakApplication(SoftwarePackage):
self.runtime = runtime
self.commit = commit
if runtime:
self.categories = ['runtime']
def is_incomplete(self):
return self.description is None and self.icon_url