src/eric7/Preferences/__init__.py

branch
eric7
changeset 9982
5b91f7baffd0
parent 9971
773ad1f1ed22
child 10008
c5bcafe3485c
diff -r 932af5154428 -r 5b91f7baffd0 src/eric7/Preferences/__init__.py
--- a/src/eric7/Preferences/__init__.py	Mon Apr 17 09:29:01 2023 +0200
+++ b/src/eric7/Preferences/__init__.py	Mon Apr 17 14:25:35 2023 +0200
@@ -1098,6 +1098,7 @@
             "https://eric-ide.python-projects.org/qwebengine_dictionaries/"
             "dictionaries.xml"
         ),
+        "ForceHttpDictionaryDownload": False,
         # Sync
         "SyncEnabled": False,
         "SyncBookmarks": True,
@@ -1424,6 +1425,7 @@
         "KeepHidden": False,
         "StartupCleanup": True,
         "AutoInstallDependencies": True,
+        "ForceHttpPluginDownload": False,
     }
 
     # defaults for the printer settings
@@ -3117,6 +3119,7 @@
         "PrintElementBackgrounds",
         "AllowRunningInsecureContent",
         "SpellCheckEnabled",
+        "ForceHttpDictionaryDownload",
         "ShowToolbars",
         "MenuBarVisible",
         "BookmarksToolBarVisible",

eric ide

mercurial