CURA-5035 Added already installed plugins

This commit is contained in:
Ian Paschal 2018-04-12 17:22:50 +02:00
parent 0f966115e6
commit 5d395f549a
10 changed files with 51 additions and 206 deletions

View file

@ -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 {}
}
}