mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
remove context help popup on console opening
This commit is contained in:
parent
999d93ad6e
commit
4115d06fba
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user