Floating card window, retention settings (maxAgeDays/historyLimit/maxRows), pause/resume (Ctrl+= + IPC), LICENSE, README with screenshots, screenshot tooling
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user