Preferences/__init__.py

changeset 5379
0f14e170a803
parent 5375
c55d7340ef39
child 5384
22c15d7e2cad
--- 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",

eric ide

mercurial