--- a/Preferences/__init__.py Wed Dec 14 19:17:33 2016 +0100 +++ b/Preferences/__init__.py Wed Dec 14 19:27:10 2016 +0100 @@ -234,6 +234,7 @@ # 3 = last multiproject # 4 = last global session "OpenCrashSessionOnStartup": True, + "CrashSessionEnabled": True, "DownloadPath": "", "RequestDownloadFilename": True, @@ -1824,7 +1825,7 @@ "RequestDownloadFilename", "LayoutShellEmbedded", "LayoutFileBrowserEmbedded", "CheckErrorLog", "NotificationsEnabled", "DynamicOnlineCheck", - "OpenCrashSessionOnStartup"]: + "OpenCrashSessionOnStartup", "CrashSessionEnabled"]: return toBool(prefClass.settings.value( "UI/" + key, prefClass.uiDefaults[key])) elif key in ["TabViewManagerFilenameLength", "CaptionFilenameLength",