mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Show warning when opening file without installing missing materials
CURA-6990
This commit is contained in:
parent
9c02f6500d
commit
812b728636
2 changed files with 15 additions and 1 deletions
|
@ -463,7 +463,10 @@ UM.Dialog
|
|||
{
|
||||
visible: buttonWarning
|
||||
text: catalog.i18nc("@action:button", "Open project anyway")
|
||||
onClicked: reject()
|
||||
onClicked: {
|
||||
manager.showMissingMaterialsWarning();
|
||||
accept();
|
||||
}
|
||||
},
|
||||
Cura.PrimaryButton
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue