mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Refactor missing packages dialog into model (MissingPackageList) and controller (InstallMissingPackagesDialog.qml)
Rename classes and files to have unified naming. CURA-6990
This commit is contained in:
parent
5a3836b841
commit
0df21e6073
6 changed files with 273 additions and 1 deletions
|
@ -469,7 +469,7 @@ UM.Dialog
|
|||
{
|
||||
visible: buttonWarning
|
||||
text: catalog.i18nc("@action:button", "Install missing Material")
|
||||
onClicked: accept()
|
||||
onClicked: manager.installMissingPackages()
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue