mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
fix merge conflict
Contributes to: CURA-8587
This commit is contained in:
parent
c1cffa09fe
commit
327b434788
3 changed files with 6 additions and 2 deletions
|
@ -17,6 +17,8 @@ RowLayout
|
|||
property string busySecondaryText: busyMessageText.text
|
||||
property string mainState: "primary"
|
||||
|
||||
signal clicked
|
||||
|
||||
state: mainState
|
||||
|
||||
Cura.PrimaryButton
|
||||
|
@ -26,6 +28,7 @@ RowLayout
|
|||
|
||||
onClicked:
|
||||
{
|
||||
manageButton.clicked()
|
||||
manageButton.state = "busy"
|
||||
}
|
||||
}
|
||||
|
@ -37,6 +40,7 @@ RowLayout
|
|||
|
||||
onClicked:
|
||||
{
|
||||
manageButton.clicked()
|
||||
manageButton.state = "busy"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue