mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 14:04:16 +02:00
screenshots button
This commit is contained in:
@@ -369,3 +369,9 @@ class GenericSoftwareManager(SoftwareManager):
|
||||
if man:
|
||||
self.logger.info('Launching {}'.format(pkg))
|
||||
man.launch(pkg)
|
||||
|
||||
def get_screenshots(self, pkg: SoftwarePackage):
|
||||
man = self._get_manager_for(pkg)
|
||||
|
||||
if man:
|
||||
return man.get_screenshots(pkg)
|
||||
|
||||
Reference in New Issue
Block a user