mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Revert "Use self._camera_active to detect whether we should show the camera"
This reverts commit bd0b38f688
.
This commit is contained in:
parent
91c5515d4e
commit
1aa6d2876c
2 changed files with 2 additions and 2 deletions
|
@ -334,7 +334,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
else: #Camera wasn't even running. Don't try to stop it or you'll get a segfault.
|
||||
return
|
||||
|
||||
if self._camera_active:
|
||||
if self._image_reply:
|
||||
try:
|
||||
self._image_reply.abort()
|
||||
self._image_reply.downloadProgress.disconnect(self._onStreamDownloadProgress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue