mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[flatpak] improvement: upgrade requirements sorting
This commit is contained in:
@@ -720,7 +720,7 @@ class FlatpakManager(SoftwareManager, SettingsController):
|
||||
for comps in (runtimes, apps):
|
||||
if comps:
|
||||
comp_list = list(comps)
|
||||
comp_list.sort(key=attrgetter('installation', 'name'))
|
||||
comp_list.sort(key=attrgetter('installation', 'name', 'id'))
|
||||
sorted_list.extend(comp_list)
|
||||
|
||||
return sorted_list
|
||||
|
||||
Reference in New Issue
Block a user