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))