Skip to content
Permalink
Browse files
remove context help popup on console opening
  • Loading branch information
alexbruy committed Sep 12, 2017
1 parent 999d93a commit 4115d06
Showing 1 changed file with 0 additions and 6 deletions.
@@ -56,12 +56,6 @@ def show_console():
if _console.isVisible():
_console.activate()

# Shows help on first launch of the console
settings = QgsSettings()
if settings.value('pythonConsole/contextHelpOnFirstLaunch', True, type=bool):
QgsHelp.openHelp("plugins/python_console.html")
settings.setValue('pythonConsole/contextHelpOnFirstLaunch', False)

return _console


0 comments on commit 4115d06

Please sign in to comment.