mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Peristance of 'Installed' text.
part of CURA-8587
This commit is contained in:
parent
3be6747e5d
commit
a61c3e9eff
3 changed files with 9 additions and 2 deletions
|
@ -19,6 +19,7 @@ RowLayout
|
|||
property string confirmedSecondaryText: confirmedMessageText.text
|
||||
property bool busy
|
||||
property bool confirmed
|
||||
property bool confirmedTextChoice: true
|
||||
|
||||
signal clicked(bool primary_action)
|
||||
|
||||
|
@ -228,6 +229,7 @@ RowLayout
|
|||
{
|
||||
target: confirmedMessage
|
||||
visible: true
|
||||
text: manageButton.confirmedTextChoice ? manageButton.confirmedPrimaryText : manageButton.confirmedSecondaryText
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue