mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Fix back button on add printer page
CURA-6483
This commit is contained in:
parent
3578482ea5
commit
0e2815a748
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ Item
|
||||||
id: backButton
|
id: backButton
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
visible: base.currentItem.previous_page_button_text
|
visible: base.currentItem.previous_page_button_text ? true : false
|
||||||
text: base.currentItem.previous_page_button_text
|
text: base.currentItem.previous_page_button_text ? base.currentItem.previous_page_button_text : ""
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
base.endWizard()
|
base.endWizard()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue