diff options
author | Fenil Gandhi <fanilgandhi@gmail.com> | 2018-03-15 21:01:12 +0530 |
---|---|---|
committer | Fenil Gandhi <fanilgandhi@gmail.com> | 2018-03-15 21:01:12 +0530 |
commit | 729910bcd238953cbab3465a23bc2a7293e52145 (patch) | |
tree | c4fb21c86b1177f9e7bf999b2773644d46de03b0 | |
parent | 2001184b6c373a2a0ea86a9379f8decf3f7912a5 (diff) | |
download | mitmproxy-729910bcd238953cbab3465a23bc2a7293e52145.tar.gz mitmproxy-729910bcd238953cbab3465a23bc2a7293e52145.tar.bz2 mitmproxy-729910bcd238953cbab3465a23bc2a7293e52145.zip |
Removing the erroneously highlighted keybinding
-rw-r--r-- | mitmproxy/tools/console/statusbar.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mitmproxy/tools/console/statusbar.py b/mitmproxy/tools/console/statusbar.py index d601968e..58a27677 100644 --- a/mitmproxy/tools/console/statusbar.py +++ b/mitmproxy/tools/console/statusbar.py @@ -228,10 +228,6 @@ class StatusBar(urwid.WidgetWrap): r.append("[") r.append(("heading_key", "u")) r.append(":%s]" % self.master.options.stickyauth) - if self.master.options.console_default_contentview != "auto": - r.append("[") - r.append(("heading_key", "M")) - r.append(":%s]" % self.master.options.console_default_contentview) if self.master.options.has_changed("view_order"): r.append("[") r.append(("heading_key", "o")) |