mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
Plugin registering is now done by dict instead of single object or list
This commit is contained in:
parent
3b54a2de58
commit
32e3706677
@ -12,4 +12,4 @@ def getMetaData():
|
||||
}
|
||||
|
||||
def register(app):
|
||||
return LayerView.LayerView()
|
||||
return {"view":LayerView.LayerView()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user