mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Increment XRayView API number
This plug-in still works, so this can be incremented without trouble. Contributes to issue CURA-1278.
This commit is contained in:
parent
e9380ba83d
commit
7cc62db81d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ def getMetaData():
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": catalog.i18nc("@info:whatsthis", "Provides the X-Ray view."),
|
"description": catalog.i18nc("@info:whatsthis", "Provides the X-Ray view."),
|
||||||
"api": 2
|
"api": 3
|
||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
"name": catalog.i18nc("@item:inlistbox", "X-Ray"),
|
"name": catalog.i18nc("@item:inlistbox", "X-Ray"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue