mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:28:59 +08:00
Default printers should be collapsed
CURA-9514
This commit is contained in:
parent
0ccca3fde5
commit
ab722eb93c
@ -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…
x
Reference in New Issue
Block a user