mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-20 06:57:00 +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,
|
height: 256,
|
||||||
colorDark : "#000000",
|
colorDark : "#000000",
|
||||||
colorLight : "#ffffff",
|
colorLight : "#ffffff",
|
||||||
correctLevel : QRCode.CorrectLevel.H
|
correctLevel : QRCode.CorrectLevel.M
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
Add table
Add a link
Reference in a new issue