mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Default printers should be collapsed
CURA-9514
This commit is contained in:
parent
0ccca3fde5
commit
ab722eb93c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class MachineListModel(ListModel):
|
|||
def __init__(self, parent=None) -> None:
|
||||
super().__init__(parent)
|
||||
|
||||
self._show_cloud_printers = True
|
||||
self._show_cloud_printers = False
|
||||
|
||||
self._catalog = i18nCatalog("cura")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue