Use QZ command format for raw receipts

This commit is contained in:
metatroncubeswdev 2026-04-24 21:21:08 -04:00
parent 43284d9f1a
commit 3f1e8bd7e9

View File

@ -81,7 +81,7 @@ patch(ReceiptScreen.prototype, {
await qz.print(config, [ await qz.print(config, [
{ {
type: "raw", type: "raw",
format: "plain", format: "command",
flavor: "plain", flavor: "plain",
data: printData, data: printData,
} }