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

Merge branch 'qr-code-fix' into 'master'

Fix QR code not showing up on some devices

See merge request futo-org/fcast!1
This commit is contained in:
Koen 2024-04-01 20:57:58 +00:00
commit 3e0dd1ab75

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