mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Revert "Added signal to prevent window closing if USB printer is printing"
This reverts commit 596a7b7169.
This commit is contained in:
parent
a0c3767184
commit
ac3d3bc5c0
4 changed files with 1 additions and 83 deletions
|
|
@ -22,12 +22,6 @@ UM.MainWindow
|
|||
|
||||
backgroundColor: UM.Theme.getColor("viewport_background")
|
||||
|
||||
// Event which does the check before closing the window
|
||||
onPreCloseChange:
|
||||
{
|
||||
event.accepted = CuraApplication.preCloseEventHandler()
|
||||
}
|
||||
|
||||
// This connection is here to support legacy printer output devices that use the showPrintMonitor signal on Application to switch to the monitor stage
|
||||
// It should be phased out in newer plugin versions.
|
||||
Connections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue