debug: add an old-school alert

This commit is contained in:
Matthew Raymer
2025-04-28 08:49:16 +00:00
parent 559f52e6d6
commit b9cafbe269

View File

@@ -285,8 +285,8 @@ export default class QRScannerDialog extends Vue {
this.isInitializing = false; this.isInitializing = false;
this.cameraStatus = "Ready (timeout fallback)"; this.cameraStatus = "Ready (timeout fallback)";
this.initializationStatus = "Camera ready (fallback)"; this.initializationStatus = "Camera ready (fallback)";
// Optionally log a warning or show a subtle message alert("Timeout fallback triggered");
}, 4000); // 4 seconds }, 4000);
try { try {
await promise; await promise;