eric6/Preferences/__init__.py

changeset 7955
567f2ec958c3
parent 7947
e609e65bbcfd
child 7959
44e15eda6506
--- a/eric6/Preferences/__init__.py	Mon Jan 04 16:39:09 2021 +0100
+++ b/eric6/Preferences/__init__.py	Mon Jan 04 16:39:37 2021 +0100
@@ -234,7 +234,6 @@
                                             # 3 = QtFatalMsg
         
         "LogStdErrColour": QColor(Qt.red),
-        "NotificationsEnabled": True,
         "NotificationTimeout": 5,       # time in seconds the notification
                                         # is shown
         "NotificationPosition": QPoint(10, 10),
@@ -1910,8 +1909,7 @@
                "CaptionShowsFilename", "ShowSplash",
                "SplitOrientationVertical",
                "UseProxy", "UseSystemProxy", "UseHttpProxyForAll",
-               "RequestDownloadFilename",
-               "CheckErrorLog", "NotificationsEnabled",
+               "RequestDownloadFilename", "CheckErrorLog",
                "OpenCrashSessionOnStartup", "CrashSessionEnabled",
                "ShowCodeDocumentationViewer", "ShowPyPIPackageManager",
                "ShowCondaPackageManager", "ShowCooperation", "ShowIrc",

eric ide

mercurial