Added ability to hide qr code entirely when printing

Resolves #231
This commit is contained in:
Donkie
2024-08-07 13:09:43 +02:00
parent 7108b0e7a1
commit 7082c5206b
4 changed files with 52 additions and 30 deletions

View File

@@ -19,8 +19,8 @@ export interface PrintSettings {
export interface QRCodePrintSettings {
showContent?: boolean;
showQRCodeMode?: "no" | "simple" | "withIcon";
textSize?: number;
showSpoolmanIcon?: boolean;
printSettings: PrintSettings;
}