CURA-5035 Small changes

This commit is contained in:
Ian Paschal 2018-04-05 09:47:43 +02:00
parent f0c36f8471
commit 15b8d18da8
5 changed files with 26 additions and 9 deletions

View file

@ -57,7 +57,7 @@ Rectangle {
{
manager.filterPackagesByType("plugin")
manager.currentView = "plugins"
manager.detailView = ""
manager.detailView = false
}
}
@ -93,7 +93,7 @@ Rectangle {
{
manager.filterPackagesByType("material")
manager.currentView = "materials"
manager.detailView = ""
manager.detailView = false
}
}
}