Add sidebar_collapse to the saved preferences, typos, move back machine selection to the top bar

CURA-4234
This commit is contained in:
Aleksei S 2017-12-12 11:26:17 +01:00
parent 00529f37d9
commit 6968c089db
5 changed files with 72 additions and 73 deletions

View file

@ -384,6 +384,8 @@ class CuraApplication(QtApplication):
self._plugin_registry.addSupportedPluginExtension("curaplugin", "Cura Plugin")
preferences.addPreference("general/sidebar_collapse", False)
def _onEngineCreated(self):
self._engine.addImageProvider("camera", CameraImageProvider.CameraImageProvider())