mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Rearrange welcome pages in first run wizard
Sign in to Ultimaker Cloud page will now appear before the add printer page. CURA-7019
This commit is contained in:
parent
3af44cb634
commit
7377dd551c
1 changed files with 3 additions and 4 deletions
|
@ -243,6 +243,9 @@ class WelcomePagesModel(ListModel):
|
||||||
{"id": "data_collections",
|
{"id": "data_collections",
|
||||||
"page_url": self._getBuiltinWelcomePagePath("DataCollectionsContent.qml"),
|
"page_url": self._getBuiltinWelcomePagePath("DataCollectionsContent.qml"),
|
||||||
},
|
},
|
||||||
|
{"id": "cloud",
|
||||||
|
"page_url": self._getBuiltinWelcomePagePath("CloudContent.qml"),
|
||||||
|
},
|
||||||
{"id": "add_network_or_local_printer",
|
{"id": "add_network_or_local_printer",
|
||||||
"page_url": self._getBuiltinWelcomePagePath("AddNetworkOrLocalPrinterContent.qml"),
|
"page_url": self._getBuiltinWelcomePagePath("AddNetworkOrLocalPrinterContent.qml"),
|
||||||
"next_page_id": "machine_actions",
|
"next_page_id": "machine_actions",
|
||||||
|
@ -253,12 +256,8 @@ class WelcomePagesModel(ListModel):
|
||||||
},
|
},
|
||||||
{"id": "machine_actions",
|
{"id": "machine_actions",
|
||||||
"page_url": self._getBuiltinWelcomePagePath("FirstStartMachineActionsContent.qml"),
|
"page_url": self._getBuiltinWelcomePagePath("FirstStartMachineActionsContent.qml"),
|
||||||
"next_page_id": "cloud",
|
|
||||||
"should_show_function": self.shouldShowMachineActions,
|
"should_show_function": self.shouldShowMachineActions,
|
||||||
},
|
},
|
||||||
{"id": "cloud",
|
|
||||||
"page_url": self._getBuiltinWelcomePagePath("CloudContent.qml"),
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
pages_to_show = all_pages_list
|
pages_to_show = all_pages_list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue