mirror of
https://github.com/baairon/torlink.git
synced 2026-07-08 18:28:22 +02:00
fix: clarify c removes from the list, never your files
Reword the c help labels (Downloads "Cancel or remove from list", Seeding "Remove from list", dropping the Downloads cross-reference) and add a help note that downloaded files always stay on disk, so cancel and remove never read as deleting your media. Also trims the over-specific c sentence from the readme and refreshes the npm description and keywords.
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ export const HELP_GROUPS: HelpGroup[] = [
|
||||
title: "Downloads",
|
||||
hints: [
|
||||
{ keys: "p", label: "Pause/resume" },
|
||||
{ keys: "c", label: "Cancel active, else remove" },
|
||||
{ keys: "c", label: "Cancel or remove from list" },
|
||||
{ keys: "f", label: "Retry failed" },
|
||||
{ keys: "d", label: "Download again" },
|
||||
{ keys: "x", label: "Clear recent" },
|
||||
@@ -43,7 +43,7 @@ export const HELP_GROUPS: HelpGroup[] = [
|
||||
title: "Seeding",
|
||||
hints: [
|
||||
{ keys: "p", label: "Pause/resume" },
|
||||
{ keys: "c", label: "Remove (same as Downloads)" },
|
||||
{ keys: "c", label: "Remove from list" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user