mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Show the correct busy message
Contributes to: CURA-8587
This commit is contained in:
parent
c6501d6ade
commit
c73ef84395
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ RowLayout
|
|||
|
||||
onClicked:
|
||||
{
|
||||
busyMessageText.text = manageButton.busyPrimaryText
|
||||
manageButton.clicked(true)
|
||||
}
|
||||
}
|
||||
|
@ -40,6 +41,7 @@ RowLayout
|
|||
|
||||
onClicked:
|
||||
{
|
||||
busyMessageText.text = manageButton.busySecondaryText
|
||||
manageButton.clicked(false)
|
||||
}
|
||||
}
|
||||
|
@ -76,7 +78,6 @@ RowLayout
|
|||
{
|
||||
id: busyMessageText
|
||||
visible: parent.visible
|
||||
text: manageButton.state == "primary" ? manageButton.busyPrimaryText : manageButton.busySecondaryText
|
||||
anchors.left: busyIndicator.right
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue