mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Move page index logic into WelcomePagesModel
This commit is contained in:
parent
d52f9600b1
commit
92d95a1c00
7 changed files with 122 additions and 62 deletions
|
@ -247,7 +247,7 @@ Item
|
|||
text: catalog.i18nc("@button", "Cancel")
|
||||
width: UM.Theme.getSize("action_button").width
|
||||
fixedWidthMode: true
|
||||
onClicked: base.goToPage("add_network_or_local_printer")
|
||||
onClicked: base.showPreviousPage()
|
||||
}
|
||||
|
||||
Cura.PrimaryButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue