Skip to content

Commit 24559c9

Browse files
feat(web): add Size default sort option to Tracker Breakdown table settings (#786)
1 parent adfd5bb commit 24559c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/src/components/dashboard-settings-dialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const SORT_COLUMN_LABELS: Record<string, string> = {
4141
"ratio": "Ratio",
4242
"buffer": "Buffer",
4343
"count": "Torrents",
44+
"size": "Size",
4445
"performance": "Seeded",
4546
}
4647

0 commit comments

Comments
 (0)