Floating card window, retention settings (maxAgeDays/historyLimit/maxRows), pause/resume (Ctrl+= + IPC), LICENSE, README with screenshots, screenshot tooling

This commit is contained in:
2026-09-05 20:28:03 +01:00
parent 1aac582e90
commit 66ba5bd3db
10 changed files with 428 additions and 73 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ def capture_image(types, app):
pass
return
qr = decode_qr(path)
qr = decode_qr(path) if os.environ.get("CLIPBOARD_QR", "1") != "0" else None
if qr:
entry["qr"] = qr