debug: add an old-school alert

This commit is contained in:
Matthew Raymer
2025-04-28 08:49:16 +00:00
parent 00f6be672e
commit a0bf07d59d

View File

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