mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Rename to AddNetworkOrLocalPrinterContent
This commit is contained in:
parent
77720c9039
commit
e632b508eb
@ -47,8 +47,8 @@ class WelcomePagesModel(ListModel):
|
||||
self._pages.append({"id": "data_collections",
|
||||
"page_url": self._getBuiltinWelcomePagePath("DataCollectionsContent.qml"),
|
||||
})
|
||||
self._pages.append({"id": "add_printer_by_selection",
|
||||
"page_url": self._getBuiltinWelcomePagePath("AddPrinterBySelectionContent.qml"),
|
||||
self._pages.append({"id": "add_network_or_local_printer",
|
||||
"page_url": self._getBuiltinWelcomePagePath("AddNetworkOrLocalPrinterContent.qml"),
|
||||
})
|
||||
self._pages.append({"id": "add_printer_by_ip",
|
||||
"page_url": self._getBuiltinWelcomePagePath("AddPrinterByIpContent.qml"),
|
||||
|
@ -204,7 +204,7 @@ Item
|
||||
text: catalog.i18nc("@button", "Cancel")
|
||||
width: UM.Theme.getSize("action_button").width
|
||||
fixedWidthMode: true
|
||||
onClicked: base.goToPage("add_printer_by_selection")
|
||||
onClicked: base.goToPage("add_network_or_local_printer")
|
||||
}
|
||||
|
||||
Cura.PrimaryButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user