mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04: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():
|
if _console.isVisible():
|
||||||
_console.activate()
|
_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
|
return _console
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user