Skip to content

Commit

Permalink
Reduce error recovery level
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Valls Fernández committed May 30, 2020
1 parent 1a36f84 commit db5a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func main() {

go http.Serve(ln, nil)

q, _ := qrcode.New("http://"+ln.Addr().String()+"/"+url.QueryEscape(fileName), qrcode.Medium)
q, _ := qrcode.New("http://"+ln.Addr().String()+"/"+url.QueryEscape(fileName), qrcode.RecoveryLevel(0))
bm, _ := walk.NewBitmapFromImage(q.Image(size))

MainWindow{
Expand Down

0 comments on commit db5a784

Please sign in to comment.