re-addded connection text

CL-541
This commit is contained in:
Jaime van Kessel 2018-01-12 10:58:16 +01:00
parent 06f35096ad
commit 1986677276
4 changed files with 27 additions and 4 deletions

View file

@ -80,6 +80,8 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
self._firmware_progress = 0
self._firmware_update_state = FirmwareUpdateState.idle
self.setConnectionText(catalog.i18nc("@info:status", "Connected via USB"))
# Queue for commands that need to be send. Used when command is sent when a print is active.
self._command_queue = Queue()