mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-4390 make plugin browser a required plugin
This commit is contained in:
parent
3328184fbc
commit
ea9d389f99
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class CuraApplication(QtApplication):
|
||||||
"TranslateTool",
|
"TranslateTool",
|
||||||
"FileLogger",
|
"FileLogger",
|
||||||
"XmlMaterialProfile",
|
"XmlMaterialProfile",
|
||||||
|
"PluginBrowser"
|
||||||
])
|
])
|
||||||
self._physics = None
|
self._physics = None
|
||||||
self._volume = None
|
self._volume = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue