diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 10:15:45 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 10:15:45 +0200 |
| commit | a2cb20851499e9c00bd3bf642680a9ce3148cae8 (patch) | |
| tree | 09ef80b9662308b758a88ed2f43078c92e525f29 /docs | |
| parent | 47b6776c2cb9b017ad95acb5aae8e34b8776fc7c (diff) | |
| download | krino-a2cb20851499e9c00bd3bf642680a9ce3148cae8.tar.gz krino-a2cb20851499e9c00bd3bf642680a9ce3148cae8.zip | |
gui: name the other copy of a duplicate, and offer to keep this one instead
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gui-checklist.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md index b7292b9..5a7d08a 100644 --- a/docs/gui-checklist.md +++ b/docs/gui-checklist.md @@ -136,3 +136,8 @@ A dialog is its own window: take it by its own id, not the main window's. 44. The sort picker lists the plan as scanned, by name, size, age, action or rule; Settings holds the one a fresh window starts with, and the picker keeps what is chosen by hand until the window closes. +45. A duplicate's explanation names the other copy in full, so it is clear + whether it is in this directory or elsewhere. +46. "Keep this copy, replace the other" appears only for a file with + another copy, asks first, naming both, and after Apply the kept file is + in the other's place with the other in the Trash. |
