mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08:00
Improve comment
Contributes to CL-1222
This commit is contained in:
parent
c41e81a6b9
commit
b29f3d3bd0
@ -86,7 +86,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
|||||||
# Check if cloud flow is possible when user logs in
|
# Check if cloud flow is possible when user logs in
|
||||||
self._account.loginStateChanged.connect(self.checkCloudFlowIsPossible)
|
self._account.loginStateChanged.connect(self.checkCloudFlowIsPossible)
|
||||||
|
|
||||||
# Listen for when Cloud Flow is possible
|
# Listen for when cloud flow is possible
|
||||||
self.cloudFlowIsPossible.connect(self._onCloudFlowPossible)
|
self.cloudFlowIsPossible.connect(self._onCloudFlowPossible)
|
||||||
|
|
||||||
def getDiscoveredDevices(self):
|
def getDiscoveredDevices(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user