Removing the erroneously highlighted keybinding

This commit is contained in:
Fenil Gandhi 2018-03-15 21:01:12 +05:30
parent 2001184b6c
commit 729910bcd2

View File

@ -228,10 +228,6 @@ class StatusBar(urwid.WidgetWrap):
r.append("[") r.append("[")
r.append(("heading_key", "u")) r.append(("heading_key", "u"))
r.append(":%s]" % self.master.options.stickyauth) 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"): if self.master.options.has_changed("view_order"):
r.append("[") r.append("[")
r.append(("heading_key", "o")) r.append(("heading_key", "o"))