mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
Merge pull request #2991 from fenilgandhi/Fix-2990
Removing the erroneously highlighted keybinding
This commit is contained in:
commit
ca75e2738a
1 changed files with 2 additions and 4 deletions
|
|
@ -228,10 +228,8 @@ 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.console_default_contentview != 'auto':
|
||||
r.append("[contentview:%s]" % (self.master.options.console_default_contentview))
|
||||
if self.master.options.has_changed("view_order"):
|
||||
r.append("[")
|
||||
r.append(("heading_key", "o"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue