When dismissing the print window, also reset the "sending_gcode" flag

CL-913
This commit is contained in:
Jaime van Kessel 2018-07-24 16:17:53 +02:00
parent 1f15599b4d
commit e89983b171

View File

@ -26,6 +26,10 @@ UM.Dialog
{
resetPrintersModel()
}
else
{
OutputDevice.cancelPrintSelection()
}
}
title: catalog.i18nc("@title:window", "Print over network")