mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-09 19:29:00 +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()
|
||||
|
||||
if count > 0:
|
||||
ProjectOutputDevice.setLastOutputName(None)
|
||||
self._platform_activity = True
|
||||
else:
|
||||
ProjectOutputDevice.setLastOutputName(None)
|
||||
self._platform_activity = False
|
||||
self.activityChanged.emit()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user