mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Fixing the Fix for #2990
This commit is contained in:
parent
729910bcd2
commit
d9dcf8365b
@ -228,6 +228,8 @@ 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("[contentview:%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"))
|
||||||
|
Loading…
Reference in New Issue
Block a user