Change back the behavior of the output device selector to the old way

Although the new way was discussed with our UXers, we got a number of reports that it was confusing.
I also accidentally started a print while using it
This commit is contained in:
Jaime van Kessel 2018-12-31 09:32:16 +01:00
parent abe684c1bd
commit 52d97dfbd2

View file

@ -93,7 +93,6 @@ Item
onClicked:
{
UM.OutputDeviceManager.setActiveDevice(model.id)
widget.requestWriteToDevice()
popup.close()
}
}