Tue, 26 Oct 2021 17:06:36 +0200
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",