--- 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]))