mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57: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()
|
||||
|
||||
if count > 0:
|
||||
ProjectOutputDevice.setLastOutputName(None)
|
||||
self._platform_activity = True
|
||||
else:
|
||||
ProjectOutputDevice.setLastOutputName(None)
|
||||
self._platform_activity = False
|
||||
self.activityChanged.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue