Forgot to add the main change

This commit is contained in:
Danijel Fischer
2020-10-04 13:00:00 +02:00
parent 0dc5c0f4d7
commit dff503e31d

View File

@@ -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 {