mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 09:44:15 +02:00
suggestions button sketch
This commit is contained in:
@@ -235,7 +235,7 @@ class SnapManager(SoftwareManager):
|
||||
else:
|
||||
self.logger.warning("Could not retrieve suggestion '{}'".format(pkg_name))
|
||||
|
||||
def list_suggestions(self, limit: int) -> List[PackageSuggestion]:
|
||||
def list_suggestions(self, limit: int, filter_installed: bool) -> List[PackageSuggestion]:
|
||||
res = []
|
||||
|
||||
if snap.is_snapd_running():
|
||||
|
||||
Reference in New Issue
Block a user