mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[view] feature: adding a new 'verified' filter for the packages table
This commit is contained in:
@@ -159,6 +159,9 @@ class FlatpakApplication(SoftwarePackage):
|
||||
if self.id and self.arch and self.branch:
|
||||
self.ref = f'{self.id}/{self.arch}/{self.branch}'
|
||||
|
||||
def is_trustable(self) -> bool:
|
||||
return True
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f'Flatpak (id={self.id}, branch={self.branch}, origin={self.origin}, installation={self.installation},' \
|
||||
f' partial={self.partial}, update_component={self.update_component})'
|
||||
|
||||
Reference in New Issue
Block a user