From dff503e31d883047089b32abdd30b31e92d823f9 Mon Sep 17 00:00:00 2001 From: Danijel Fischer Date: Sun, 4 Oct 2020 13:00:00 +0200 Subject: [PATCH] Forgot to add the main change --- src/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api.go b/src/api/api.go index 07ae0e4..f0b2569 100644 --- a/src/api/api.go +++ b/src/api/api.go @@ -631,7 +631,7 @@ func (a *Api) GetQrCodeLink(c *gin.Context) { c.JSON(400, gin.H{"error": err.Error()}) } - q.DisableBorder = true + q.DisableBorder = false var png []byte png, err = q.PNG(256) if err != nil {