mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
CURA-5035 Added already installed plugins
This commit is contained in:
parent
0f966115e6
commit
5d395f549a
10 changed files with 51 additions and 206 deletions
|
@ -58,7 +58,7 @@ ScrollView
|
|||
Repeater
|
||||
{
|
||||
id: materialList
|
||||
model: toolbox.packagesModel
|
||||
model: toolbox.pluginsInstalledModel
|
||||
delegate: ToolboxInstalledTile {}
|
||||
}
|
||||
}
|
||||
|
@ -93,7 +93,7 @@ ScrollView
|
|||
Repeater
|
||||
{
|
||||
id: pluginList
|
||||
model: toolbox.packagesModel
|
||||
model: toolbox.materialsInstalledModel
|
||||
delegate: ToolboxInstalledTile {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue