fix(videochannel): reduce QR code quiet zone from 10 to 2

This commit is contained in:
zarazaex69
2026-04-30 01:26:51 +03:00
parent fad1f605ea
commit e848bde8de

View File

@@ -12,7 +12,7 @@ import (
) )
const ( const (
quietZone = 10 quietZone = 2
) )
func parseRecoveryLevel(level string) qrgen.RecoveryLevel { func parseRecoveryLevel(level string) qrgen.RecoveryLevel {