mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Make main list sorted by name
This commit is contained in:
@@ -122,7 +122,8 @@ class myUtils:
|
||||
lines = output.split("\n")
|
||||
for i in range(len(data)):
|
||||
data[i].append(lines[i])
|
||||
return data
|
||||
sorted_array = sorted(data, key=lambda item: item[0].lower())
|
||||
return sorted_array
|
||||
|
||||
def uninstallFlatpak(self, ref_arr, type_arr, should_trash):
|
||||
self.uninstall_success = True
|
||||
|
||||
Reference in New Issue
Block a user