mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-19 13:19:39 +00:00
63bf92f172
Build 60 moved the scan-to-pay screen behind a new `scan_open` flag (for the Scan | My Code toggle), but the recipient picker (Send to / Request from) still opened the scanner by setting only `self.scan` — which no longer gates the screen. So tapping the QR icon in the search field silently started the camera and showed nothing. Set `scan_open` + the Scan tab there too (keeping `scan` so the Scan branch does not double-start the camera).