mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 12:39:22 +08:00
Remove checked off TODO-comment. [CURA-6153]
This commit is contained in:
parent
435c8deded
commit
7e11345f14
@ -53,7 +53,6 @@ class GlobalStacksModel(ListModel):
|
|||||||
if container_stack.getMetaDataEntry("hidden", False) in ["True", True]:
|
if container_stack.getMetaDataEntry("hidden", False) in ["True", True]:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# TODO: Remove reference to connect group name.
|
|
||||||
items.append({"name": container_stack.getMetaDataEntry("group_name", container_stack.getName()),
|
items.append({"name": container_stack.getMetaDataEntry("group_name", container_stack.getName()),
|
||||||
"id": container_stack.getId(),
|
"id": container_stack.getId(),
|
||||||
"hasRemoteConnection": has_remote_connection,
|
"hasRemoteConnection": has_remote_connection,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user