Skip to content

Commit

Permalink
Sort entry view tracks by their number by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsmile committed Feb 23, 2021
1 parent f5aed20 commit e8ae9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpms.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def setup(self):

self.saved_entry_view = self.get_entry_view()
self.props.show_browser = True
self.saved_entry_view.props.sort_order = "Track,ascending"

for child in self.get_children():
self.grid = child
Expand Down

0 comments on commit e8ae9b9

Please sign in to comment.