diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 8fb00874c..04e39c280 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -731,8 +731,6 @@ Syntax: +:inspector ['position']+ Toggle the web inspector. -Note: Due to a bug in Qt, the inspector will show incorrect request headers in the network tab. - ==== positional arguments * +'position'+: Where to open the inspector (right/left/top/bottom/window). diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 7c1857204..1235a4310 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -1248,9 +1248,6 @@ class CommandDispatcher: ) -> None: """Toggle the web inspector. - Note: Due to a bug in Qt, the inspector will show incorrect request - headers in the network tab. - Args: position: Where to open the inspector (right/left/top/bottom/window).