mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Merge branch '3.4'
This commit is contained in:
commit
8202b62343
4 changed files with 17 additions and 10 deletions
|
|
@ -482,7 +482,7 @@ Item
|
|||
{
|
||||
var currentItem = materialsModel.getItem(materialListView.currentIndex);
|
||||
|
||||
materialProperties.name = currentItem.name;
|
||||
materialProperties.name = currentItem.name ? currentItem.name : "Unknown";
|
||||
materialProperties.guid = currentItem.guid;
|
||||
|
||||
materialProperties.brand = currentItem.brand ? currentItem.brand : "Unknown";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue