mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:28:59 +08:00
Update UM.ConfirmRemoveDialog
Cura 8687
This commit is contained in:
parent
2606a3b847
commit
7b8e73ae34
@ -136,8 +136,9 @@ UM.ManagementPage
|
||||
{
|
||||
id: confirmDialog
|
||||
object: base.currentItem && base.currentItem.name ? base.currentItem.name : ""
|
||||
text: base.currentItem ? base.currentItem.removalWarning : "";
|
||||
onYes:
|
||||
text: base.currentItem ? base.currentItem.removalWarning : ""
|
||||
|
||||
onAccepted:
|
||||
{
|
||||
Cura.MachineManager.removeMachine(base.currentItem.id)
|
||||
if(!base.currentItem)
|
||||
|
Loading…
x
Reference in New Issue
Block a user