mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[aur] fix: showing screenshots button
This commit is contained in:
@@ -115,6 +115,9 @@ class ArchPackage(SoftwarePackage):
|
|||||||
|
|
||||||
self.icon_url = self.icon_path
|
self.icon_url = self.icon_path
|
||||||
|
|
||||||
|
def has_screenshots(self) -> bool:
|
||||||
|
return False
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.__repr__()
|
return self.__repr__()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user