Preferences/__init__.py

changeset 5371
01c4c059142b
parent 5349
bccda3b5920a
child 5375
c55d7340ef39
--- 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",

eric ide

mercurial