mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-10 06:19:01 +08:00
Remove the name when there _isn't_ platform activity.
Not the other way around, doh. part of CURA-8897
This commit is contained in:
parent
228c490e0e
commit
cbe3afba94
@ -1459,9 +1459,9 @@ class CuraApplication(QtApplication):
|
|||||||
self.sceneBoundingBoxChanged.emit()
|
self.sceneBoundingBoxChanged.emit()
|
||||||
|
|
||||||
if count > 0:
|
if count > 0:
|
||||||
ProjectOutputDevice.setLastOutputName(None)
|
|
||||||
self._platform_activity = True
|
self._platform_activity = True
|
||||||
else:
|
else:
|
||||||
|
ProjectOutputDevice.setLastOutputName(None)
|
||||||
self._platform_activity = False
|
self._platform_activity = False
|
||||||
self.activityChanged.emit()
|
self.activityChanged.emit()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user