mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 01:04:35 +08:00
16 lines
302 B
QML
16 lines
302 B
QML
// Copyright (c) 2021 Ultimaker B.V.
|
|
// Cura is released under the terms of the LGPLv3 or higher.
|
|
|
|
import UM 1.4 as UM
|
|
|
|
Packages
|
|
{
|
|
pageTitle: catalog.i18nc("@header", "Install Materials")
|
|
|
|
bannerVisible: false
|
|
showUpdateButton: false
|
|
showInstallButton: true
|
|
|
|
model: manager.model
|
|
}
|