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:
parent
176dcc0a62
commit
a7beeaf3d9
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