UI: Improve multi OS display #205
@ -843,7 +843,7 @@ class Version(CreatedModifiedMixin, TrackChangesMixin, models.Model):
|
||||
'size': file.size_bytes,
|
||||
'url': self.get_download_url(file),
|
||||
}
|
||||
for platform_slug, file in sorted(platform_slug2file.items())
|
||||
for platform_slug, file in sorted(platform_slug2file.items(), reverse=True)
|
||||
]
|
||||
|
||||
def get_build_list(self) -> List[dict]:
|
||||
|
Loading…
Reference in New Issue
Block a user