1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Fix QR code not showing up on some devices

This commit is contained in:
Gutyina Gergő 2024-04-01 18:27:10 +02:00
parent 176dcc0a62
commit a7beeaf3d9
No known key found for this signature in database

View file

@ -40,6 +40,6 @@ window.electronAPI.onDeviceInfo((_event, value) => {
height: 256,
colorDark : "#000000",
colorLight : "#ffffff",
correctLevel : QRCode.CorrectLevel.H
correctLevel : QRCode.CorrectLevel.M
});
});