mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Plugin registering is now done by dict instead of single object or list
This commit is contained in:
parent
3b54a2de58
commit
32e3706677
1 changed files with 1 additions and 1 deletions
|
|
@ -12,4 +12,4 @@ def getMetaData():
|
||||||
}
|
}
|
||||||
|
|
||||||
def register(app):
|
def register(app):
|
||||||
return LayerView.LayerView()
|
return {"view":LayerView.LayerView()}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue