feat: let users add their own trackers via the t key (#31)

This commit is contained in:
Manish
2026-07-01 14:01:49 -04:00
committed by GitHub
parent 7748c41cf7
commit f3880f15fe
8 changed files with 208 additions and 18 deletions
+1
View File
@@ -19,6 +19,7 @@ export const HELP_GROUPS: HelpGroup[] = [
{ keys: "tab", label: "Switch pane" },
{ keys: "esc", label: "Back" },
{ keys: "o", label: "Download folder" },
{ keys: "t", label: "Extra trackers" },
{ keys: "q", label: "Quit" },
],
},