From c4db1ac101a027c970e64da3164043876feee8f7 Mon Sep 17 00:00:00 2001 From: Jules Date: Sat, 21 Mar 2026 22:51:27 +0100 Subject: [PATCH] Debug: log notify_qr_photos Co-Authored-By: Claude Opus 4.6 (1M context) --- src/ui/screens/home_screen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/screens/home_screen.py b/src/ui/screens/home_screen.py index 81d426d..1050768 100644 --- a/src/ui/screens/home_screen.py +++ b/src/ui/screens/home_screen.py @@ -427,6 +427,7 @@ class HomeScreen(QWidget): def notify_qr_photos(self, photo_paths): """Appelé par le service upload quand des photos arrivent via QR/WiFi.""" + print(f"[Photostation] QR photos received: {len(photo_paths)} files") self._qr_received_photos.extend(photo_paths) count = len(self._qr_received_photos) self.mode_buttons["QR Code"].setStyleSheet(green_btn(self))