Preferences/__init__.py

changeset 6420
4dd44f42a24f
parent 6416
a915f8dd1ca6
child 6424
5e74c4e22e9a
--- a/Preferences/__init__.py	Mon Jul 09 19:06:01 2018 +0200
+++ b/Preferences/__init__.py	Mon Jul 09 19:09:19 2018 +0200
@@ -167,6 +167,9 @@
         "ShowFilePreview": True,
         "ShowFilePreviewJS": True,
         "ShowFilePreviewSSI": True,
+        "ShowCodeDocumentationViewer": True,
+        "ShowCooperation": True,
+        "ShowIrc": True,
         "ViewProfiles2": {
             "edit": [
                 # saved state main window with toolbox windows (0)
@@ -1961,6 +1964,7 @@
                "LayoutShellEmbedded", "LayoutFileBrowserEmbedded",
                "CheckErrorLog", "NotificationsEnabled", "DynamicOnlineCheck",
                "OpenCrashSessionOnStartup", "CrashSessionEnabled",
+               "ShowCodeDocumentationViewer", "ShowCooperation", "ShowIrc",
                "UseNativeMenuBar"]:
         return toBool(prefClass.settings.value(
             "UI/" + key, prefClass.uiDefaults[key]))

eric ide

mercurial