mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Solved merge conflict. CURA-3321
This commit is contained in:
commit
42d939b34e
65 changed files with 1358 additions and 418 deletions
15
resources/qml/Cura.qml
Normal file → Executable file
15
resources/qml/Cura.qml
Normal file → Executable file
|
|
@ -870,6 +870,21 @@ UM.MainWindow
|
|||
}
|
||||
}
|
||||
|
||||
DiscardOrKeepProfileChangesDialog
|
||||
{
|
||||
id: discardOrKeepProfileChangesDialog
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: Printer
|
||||
onShowDiscardOrKeepProfileChanges:
|
||||
{
|
||||
discardOrKeepProfileChangesDialog.show()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: Cura.Actions.addMachine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue