Preferences/__init__.py

branch
conda
changeset 6761
0b69fe8314e3
parent 6757
cd5e8dd08fc4
child 6782
390a45748883
--- a/Preferences/__init__.py	Fri Feb 15 19:52:36 2019 +0100
+++ b/Preferences/__init__.py	Fri Feb 15 19:58:42 2019 +0100
@@ -171,6 +171,7 @@
         "ShowFileBrowser": True,                # left side
         "ShowSymbolsViewer": True,              # left side
         "ShowCodeDocumentationViewer": True,    # right side
+        "ShowCondaPackageManager": True,        # right side
         "ShowCooperation": True,                # right side
         "ShowIrc": True,                        # right side
         "ShowNumbersViewer": True,              # bottom side
@@ -1989,9 +1990,10 @@
                "LayoutShellEmbedded", "LayoutFileBrowserEmbedded",
                "CheckErrorLog", "NotificationsEnabled", "DynamicOnlineCheck",
                "OpenCrashSessionOnStartup", "CrashSessionEnabled",
-               "ShowCodeDocumentationViewer", "ShowCooperation", "ShowIrc",
-               "ShowTemplateViewer", "ShowFileBrowser", "ShowSymbolsViewer",
-               "ShowNumbersViewer", "UseNativeMenuBar"]:
+               "ShowCodeDocumentationViewer", "ShowCondaPackageManager",
+               "ShowCooperation", "ShowIrc", "ShowTemplateViewer",
+               "ShowFileBrowser", "ShowSymbolsViewer", "ShowNumbersViewer",
+               "UseNativeMenuBar"]:
         return toBool(prefClass.settings.value(
             "UI/" + key, prefClass.uiDefaults[key]))
     elif key in ["TabViewManagerFilenameLength", "CaptionFilenameLength",

eric ide

mercurial