mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Add sidebar_collapse to the saved preferences, typos, move back machine selection to the top bar
CURA-4234
This commit is contained in:
parent
00529f37d9
commit
6968c089db
5 changed files with 72 additions and 73 deletions
|
@ -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())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue