mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Switch to low QR code error correction
This commit is contained in:
@@ -8,7 +8,7 @@ import { strictAssert } from '../util/assert';
|
||||
import { useDevicePixelRatio } from '../hooks/useDevicePixelRatio';
|
||||
|
||||
const AUTODETECT_TYPE_NUMBER = 0;
|
||||
const ERROR_CORRECTION_LEVEL = 'H';
|
||||
const ERROR_CORRECTION_LEVEL = 'L';
|
||||
|
||||
type PropsType = Readonly<{
|
||||
'aria-label': string;
|
||||
|
||||
Reference in New Issue
Block a user