Skip to content

Commit 4115d06

Browse files
committed
remove context help popup on console opening
1 parent 999d93a commit 4115d06

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/console/console.py

-6
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ def show_console():
5656
if _console.isVisible():
5757
_console.activate()
5858

59-
# Shows help on first launch of the console
60-
settings = QgsSettings()
61-
if settings.value('pythonConsole/contextHelpOnFirstLaunch', True, type=bool):
62-
QgsHelp.openHelp("plugins/python_console.html")
63-
settings.setValue('pythonConsole/contextHelpOnFirstLaunch', False)
64-
6559
return _console
6660

6761

0 commit comments

Comments
 (0)