mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Fix review comments
CURA-6011
This commit is contained in:
parent
aad7540366
commit
84a7f2e5a2
5 changed files with 10 additions and 10 deletions
|
@ -54,7 +54,7 @@ class PrintersModel(ListModel):
|
|||
|
||||
for container_stack in container_stacks:
|
||||
connection_type = container_stack.getMetaDataEntry("connection_type")
|
||||
has_remote_connection = connection_type in [str(ConnectionType.NetworkConnection), str(ConnectionType.CloudConnection)]
|
||||
has_remote_connection = connection_type in [ConnectionType.NetworkConnection.value, ConnectionType.CloudConnection.value]
|
||||
|
||||
if container_stack.getMetaDataEntry("hidden", False) in ["True", True]:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue