mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 04:23:14 +08:00
Fix back button on add printer page
CURA-6483
This commit is contained in:
parent
3578482ea5
commit
0e2815a748
@ -110,8 +110,8 @@ Item
|
||||
id: backButton
|
||||
anchors.left: parent.left
|
||||
anchors.bottom: parent.bottom
|
||||
visible: base.currentItem.previous_page_button_text
|
||||
text: base.currentItem.previous_page_button_text
|
||||
visible: base.currentItem.previous_page_button_text ? true : false
|
||||
text: base.currentItem.previous_page_button_text ? base.currentItem.previous_page_button_text : ""
|
||||
onClicked:
|
||||
{
|
||||
base.endWizard()
|
||||
|
Loading…
x
Reference in New Issue
Block a user