1
0
Fork 0

fix(shared): Don't print URL on export. Closes #5526

This commit is contained in:
joostdecock 2023-11-26 11:47:54 +01:00
parent 967ed3c443
commit 13d11e070d

View file

@ -136,7 +136,10 @@ export class PdfMaker {
this.lineLevel += 8
this.pdf.fillColor('#888888')
this.addText(this.strings.url, 10)
/*
* Don't print URL on pattern. See #5526
*/
//this.addText(this.strings.url, 10)
}
/** generate the title for a cutting layout page */