mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
Set SolidView to invisible.
Since we don't have a selector in the prepare stage anymore, solidview must be invisible CURA-5829
This commit is contained in:
parent
cfa962311b
commit
d8dd9bf363
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,8 @@ def getMetaData():
|
|||
return {
|
||||
"view": {
|
||||
"name": i18n_catalog.i18nc("@item:inmenu", "Solid view"),
|
||||
"weight": 0
|
||||
"weight": 0,
|
||||
"visible": False
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue