Update the copy of the connect to cloud message

CURA-8601
This commit is contained in:
Jaime van Kessel 2021-10-01 11:38:13 +02:00
parent d296531ffa
commit d4c4b11927
2 changed files with 14 additions and 20 deletions

View file

@ -52,7 +52,6 @@ class LocalClusterOutputDeviceManager:
def start(self) -> None:
"""Start the network discovery."""
self._zero_conf_client.start()
for address in self._getStoredManualAddresses():
self.addManualDevice(address)
@ -292,4 +291,4 @@ class LocalClusterOutputDeviceManager:
if not CuraApplication.getInstance().getCuraAPI().account.isLoggedIn:
# Do not show the message if the user is not signed in.
return
CloudFlowMessage(device.ipAddress).show()
CloudFlowMessage(device.name).show()