mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
suggestions button sketch
This commit is contained in:
@@ -765,7 +765,7 @@ class WebApplicationManager(SoftwareManager):
|
||||
|
||||
return PackageSuggestion(priority=SuggestionPriority(suggestion['priority']), package=app)
|
||||
|
||||
def list_suggestions(self, limit: int) -> List[PackageSuggestion]:
|
||||
def list_suggestions(self, limit: int, filter_installed: bool) -> List[PackageSuggestion]:
|
||||
|
||||
if self.suggestions:
|
||||
suggestions = self.suggestions
|
||||
|
||||
Reference in New Issue
Block a user