mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue