mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
improving snap suggestions and pre-sorting
This commit is contained in:
@@ -207,6 +207,7 @@ class FlatpakManager(SoftwareManager):
|
||||
else:
|
||||
break
|
||||
|
||||
res.sort(key=lambda s: s.priority.value, reverse=True)
|
||||
return res
|
||||
|
||||
def is_default_enabled(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user