mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
not changing the table applied filters after a uninstall | [flatpak] runtimes categorized as 'runtimes'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user