--- a/Preferences/__init__.py Sat Dec 10 17:16:38 2016 +0100 +++ b/Preferences/__init__.py Sun Dec 11 16:25:42 2016 +0100 @@ -233,6 +233,7 @@ # 2 = last project # 3 = last multiproject # 4 = last global session + "OpenCrashSessionOnStartup": True, "DownloadPath": "", "RequestDownloadFilename": True, @@ -1822,7 +1823,8 @@ "TopRightByRight", "BottomRightByRight", "RequestDownloadFilename", "LayoutShellEmbedded", "LayoutFileBrowserEmbedded", - "CheckErrorLog", "NotificationsEnabled", "DynamicOnlineCheck"]: + "CheckErrorLog", "NotificationsEnabled", "DynamicOnlineCheck", + "OpenCrashSessionOnStartup"]: return toBool(prefClass.settings.value( "UI/" + key, prefClass.uiDefaults[key])) elif key in ["TabViewManagerFilenameLength", "CaptionFilenameLength",