Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura
diff options
context:
space:
mode:
authorChrisTerBeke <c.terbeke@ultimaker.com>2017-10-04 13:05:02 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2017-10-04 13:05:02 +0300
commitea9d389f9980e2b754e86f17211f66bada2aebcc (patch)
treedba45fc8db268a227b3204f3191bd9837d5141e8 /cura
parent3328184fbcbe62c0b1b1a81fcf4b967918a44eb7 (diff)
CURA-4390 make plugin browser a required plugin
Diffstat (limited to 'cura')
-rwxr-xr-xcura/CuraApplication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py
index 133bcef536..ab348ae471 100755
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -221,7 +221,7 @@ class CuraApplication(QtApplication):
"TranslateTool",
"FileLogger",
"XmlMaterialProfile",
-
+ "PluginBrowser"
])
self._physics = None
self._volume = None