Fixed an issue related to the 'ShowInternalHelpViewer' configuration option. eric7

Tue, 26 Oct 2021 17:06:36 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 26 Oct 2021 17:06:36 +0200
branch
eric7
changeset 8723
0338c9ad59af
parent 8722
2f57e52a704b
child 8724
6ee36599a1f8

Fixed an issue related to the 'ShowInternalHelpViewer' configuration option.

eric7/Preferences/__init__.py file | annotate | diff | comparison | revisions
--- a/eric7/Preferences/__init__.py	Tue Oct 26 17:00:21 2021 +0200
+++ b/eric7/Preferences/__init__.py	Tue Oct 26 17:06:36 2021 +0200
@@ -1932,7 +1932,8 @@
                "ShowCodeDocumentationViewer", "ShowPyPIPackageManager",
                "ShowCondaPackageManager", "ShowCooperation", "ShowIrc",
                "ShowTemplateViewer", "ShowFileBrowser", "ShowSymbolsViewer",
-               "ShowNumbersViewer", "ShowMicroPython", "UseNativeMenuBar"]:
+               "ShowNumbersViewer", "ShowMicroPython",
+               "ShowInternalHelpViewer", "UseNativeMenuBar"]:
         return toBool(Prefs.settings.value(
             "UI/" + key, Prefs.uiDefaults[key]))
     elif key in ["TabViewManagerFilenameLength", "CaptionFilenameLength",

eric ide

mercurial