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:
commit
3e0dd1ab75
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ window.electronAPI.onDeviceInfo((_event, value) => {
|
|||
height: 256,
|
||||
colorDark : "#000000",
|
||||
colorLight : "#ffffff",
|
||||
correctLevel : QRCode.CorrectLevel.H
|
||||
correctLevel : QRCode.CorrectLevel.M
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue