mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Revert "Prevent abstract machines from being deleted in the config menu"
This reverts commit 27fc11b840
.
This commit is contained in:
parent
48b8585ce6
commit
b6a461bd08
2 changed files with 3 additions and 4 deletions
|
@ -172,7 +172,6 @@ class GlobalStacksModel(ListModel):
|
|||
"metadata": container_stack.getMetaData().copy(),
|
||||
"discoverySource": section_name,
|
||||
"removalWarning": removal_warning,
|
||||
"isOnline": is_online,
|
||||
"isAbstractMachine": is_abstract_machine})
|
||||
"isOnline": is_online})
|
||||
items.sort(key=lambda i: (not i["hasRemoteConnection"], i["name"]))
|
||||
self.setItems(items)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue