Skip to content
Snippets Groups Projects
Commit 5a2f65ba authored by fleur's avatar fleur
Browse files

bleurgh

parent ad7aabc9
Branches fontcleanup
No related tags found
No related merge requests found
Pipeline #4128 passed
......@@ -88,7 +88,7 @@ def no_apps_message():
if __name__ == "__main__":
try:
apps = sorted(list(enumerate_apps()), key=lambda b: b[0].lower())
apps = sorted(list(enumerate_apps()), key=lambda b: b.name.lower())
except OSError:
apps = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment