diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 14:29:01 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 14:29:01 +0200 |
| commit | 9ff1297471a483bad1b2b38ccb1e42614f60fc5e (patch) | |
| tree | 687aef6a655be777ea2dc365ced62a1667d59294 /docs/gui-checklist.md | |
| parent | 40dbf18893c33bc40c8617d0f3e8de16ce2947e2 (diff) | |
| download | krino-8743885db03025b3ad7748f324266d1a8f19f644.tar.gz krino-8743885db03025b3ad7748f324266d1a8f19f644.zip | |
Diffstat (limited to 'docs/gui-checklist.md')
| -rw-r--r-- | docs/gui-checklist.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md index d81e57c..2e8152b 100644 --- a/docs/gui-checklist.md +++ b/docs/gui-checklist.md @@ -157,3 +157,10 @@ A dialog is its own window: take it by its own id, not the main window's. filter, the path on disk, Scan - and Scan carries the theme's accent. 51. Settings ends with About: the program and the version it was built as, the licence, and the contact address, all selectable. +52. Pressing Save in the Rules tab, opening Settings, or closing the window + while an apply is running: refused, with the reason, and the apply + finishes. The other tabs and Settings are greyed out for the duration. +53. Two duplicates of one filed file, "keep this copy" chosen for both: the + second is refused, naming the file that already has the place. +54. Every control in Settings takes effect as it is changed, and changing + one does not move the dividers back to their defaults. |
