Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit 534e836

Browse files
committed
sort the projects, ascending by default
1 parent 05bffb7 commit 534e836

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pugdebug/models/projects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ def load_projects(self):
5252
for project in get_projects():
5353
item = QStandardItem(project)
5454
self.appendRow(item)
55+
56+
self.sort(0)

0 commit comments

Comments
 (0)